Package org.gatein.pc.portlet.container
Class PortletInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gatein.pc.portlet.container.PortletInitializationException
- All Implemented Interfaces:
Serializable
This exception is thrown when the portlet has thrown an exception during its
init() invocation.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPortletInitializationException(String message) PortletInitializationException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PortletInitializationException
-
PortletInitializationException
-
PortletInitializationException
-