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