public class PortletContainerException
extends java.lang.Exception
PortletContainerException
class defines a general exception
that the portlet container can throw when it encounters difficulty.Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getRootCause()
Returns the exception that cause this portlet exception.
|
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 causeCopyright © 2003-2013 . All Rights Reserved.