Class InvalidSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.rootservices.otter.security.session.between.exception.InvalidSessionException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidSessionException extends java.lang.ExceptionUsed when the actual payload of the session was not in a compact JWT format. More specifically the payload could not be de-serialized to it's expect payload type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidSessionException(java.lang.String message, java.lang.Throwable cause)
-