Class EncryptSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.rootservices.otter.security.session.between.exception.EncryptSessionException
-
- All Implemented Interfaces:
java.io.Serializable
public class EncryptSessionException extends java.lang.ExceptionUsed when for any reason a session could not be encrypted. The cause will have the stack trace of what caused the failure.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EncryptSessionException(java.lang.String message, java.lang.Throwable cause)
-