|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.pluto.PortletContainerException
Thrown when an internal portlet container exception occurs within Pluto. This type of exception indicates an error from which the container is not able to recover.
| Constructor Summary | |
PortletContainerException()
Constructs a new PortletContainerException. |
|
PortletContainerException(java.lang.String text)
Constructs a new PortletContainerException with the given message. |
|
PortletContainerException(java.lang.String text,
java.lang.Throwable cause)
Constructs a new PortletContainerException with the given message and root cause. |
|
PortletContainerException(java.lang.Throwable cause)
Constructs a new portlet invoker exception when the portlet needs to throw an exception. |
|
| Method Summary | |
java.lang.Throwable |
getRootCause()
Returns the exception that cause this portlet exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PortletContainerException()
public PortletContainerException(java.lang.String text)
text - the message explaining the exception occurance
public PortletContainerException(java.lang.String text,
java.lang.Throwable cause)
text - the message explaining the exception occurancecause - the root cause of the is exceptionpublic PortletContainerException(java.lang.Throwable cause)
cause - the root cause| Method Detail |
public java.lang.Throwable getRootCause()
Throwable that caused this portlet exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||