Class SessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.vertigo.vega.webservice.exception.SessionException
-
- All Implemented Interfaces:
Serializable
public final class SessionException extends Exception
Exception for expired session.- Author:
- npiedeloup
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionException(String message)
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SessionException
public SessionException(String message)
Constructor.- Parameters:
message
- Error message
-
-