Class SessionCtorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.rootservices.otter.security.exception.SessionCtorException
-
- All Implemented Interfaces:
java.io.Serializable
public class SessionCtorException extends java.lang.ExceptionUsed when a implementation of Session did not have a copy constructor.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionCtorException(java.lang.String message, java.lang.Throwable cause)
-