|
||||||||||
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
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(String text)
Constructs a new PortletContainerException with the given message. |
|
PortletContainerException(String text,
Throwable cause)
Constructs a new PortletContainerException with the given message and root cause. |
|
PortletContainerException(Throwable cause)
Constructs a new portlet invoker exception when the portlet needs to throw an exception. |
Method Summary | |
---|---|
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(String text)
text
- the message explaining the exception occurancepublic PortletContainerException(String text, Throwable cause)
text
- the message explaining the exception occurancecause
- the root cause of the is exceptionpublic PortletContainerException(Throwable cause)
cause
- the root causeMethod Detail |
---|
public Throwable getRootCause()
Throwable
that caused this portlet exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |