Package org.gatein.pc.api
Class NoSuchPortletException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.gatein.pc.api.PortletInvokerException
org.gatein.pc.api.InvalidPortletIdException
org.gatein.pc.api.NoSuchPortletException
- All Implemented Interfaces:
Serializable
Thrown by the portlet invoker when a portlet id does not exist.
- Version:
- $Revision: 5989 $
- Author:
- Julien Viet
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNoSuchPortletException(String portletId) NoSuchPortletException(String message, String portletId) NoSuchPortletException(String message, Throwable cause, String portletId) NoSuchPortletException(Throwable cause, String portletId) -
Method Summary
Methods inherited from class org.gatein.pc.api.InvalidPortletIdException
getPortletIdMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchPortletException
-
NoSuchPortletException
-
NoSuchPortletException
-
NoSuchPortletException
-