Class SessionDecryptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.rootservices.otter.security.session.between.exception.SessionDecryptException
-
- All Implemented Interfaces:
java.io.Serializable
public class SessionDecryptException extends java.lang.ExceptionUsed when something went wrong attempting to decrypt a session.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionDecryptException(java.lang.String message, java.lang.Throwable cause)
-