|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception javax.portlet.PortletException
The PortletException
class defines a general exception that a portlet can throw when it is unable to
perform its operation successfully.
Field Summary | |
private static long |
serialVersionUID
The serialVersionUID |
Fields inherited from class java.lang.Throwable |
|
Constructor Summary | |
PortletException()
Constructs a new portlet exception. |
|
PortletException(java.lang.String text)
Constructs a new portlet exception with the given text. |
|
PortletException(java.lang.String text,
java.lang.Throwable cause)
Constructs a new portlet exception when the portlet needs to do the following: throw an exception include the "root cause" exception include a description message |
|
PortletException(java.lang.Throwable cause)
Constructs a new portlet exception when the portlet needs to throw an 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 |
Field Detail |
private static final long serialVersionUID
Constructor Detail |
public PortletException()
public PortletException(java.lang.String text)
text
- the exception textpublic PortletException(java.lang.String text, java.lang.Throwable cause)
text
- the exception textcause
- the root causepublic PortletException(java.lang.Throwable cause)
cause
- the root cause
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |