Package org.gatein.pc.portlet.state
Class NoSuchStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gatein.pc.portlet.state.NoSuchStateException
-
- All Implemented Interfaces:
Serializable
public class NoSuchStateException extends Exception
- Version:
- $Revision: 5776 $
- Author:
- Julien Viet
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchStateException(String stateId)NoSuchStateException(String message, String portletId)NoSuchStateException(String message, Throwable cause, String portletId)NoSuchStateException(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
-
-