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
public class InvalidPortletIdException extends PortletInvokerException
Thrown by the portlet invoker when a portlet id that is not valid.- Version:
- $Revision: 5989 $
- Author:
- Julien Viet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPortletIdException(String portletId)InvalidPortletIdException(String message, String portletId)InvalidPortletIdException(String message, Throwable cause, String portletId)InvalidPortletIdException(Throwable cause, String portletId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPortletId()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-