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
public class NoSuchPortletException extends InvalidPortletIdException
Thrown by the portlet invoker when a portlet id does not exist.- Version:
- $Revision: 5989 $
- Author:
- Julien Viet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchPortletException(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
getPortletId
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoSuchPortletException
public NoSuchPortletException(String portletId)
-
-