|
||||||||||
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
public class PortletContainerException
The PortletContainerException
class defines a general exception
that the portlet container can throw when it encounters difficulty.
Constructor Summary | |
---|---|
PortletContainerException()
Constructs a new portlet exception. |
|
PortletContainerException(java.lang.String text)
Constructs a new portlet invoker exception with the given text. |
|
PortletContainerException(java.lang.String text,
java.lang.Throwable cause)
Constructs a new portlet invoker exception when the invoker needs to throw an exception and include a message about the "root case" that interfered with its normal operation, including a description message. |
|
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 exception textpublic PortletContainerException(java.lang.String text, java.lang.Throwable cause)
text
- the exception textcause
- the root causepublic PortletContainerException(java.lang.Throwable cause)
cause
- the root causeMethod 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 |