Package org.gatein.pc.portlet.state
Class InvalidStateIdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gatein.pc.portlet.state.InvalidStateIdException
-
- All Implemented Interfaces:
Serializable
public class InvalidStateIdException extends Exception
- Version:
- $Revision: 5776 $
- Author:
- Julien Viet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidStateIdException(String stateId)InvalidStateIdException(String message, String portletId)InvalidStateIdException(String message, Throwable cause, String portletId)InvalidStateIdException(Throwable cause, String portletId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStateId()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-