Package oracle.security.xs
Class XSSessionManagerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- oracle.security.xs.XSException
-
- oracle.security.xs.XSSessionManagerException
-
- All Implemented Interfaces:
java.io.Serializable
public class XSSessionManagerException extends XSException
Exception thrown when the session manager is not working.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XSSessionManagerException(java.lang.String errorString)Creates a new XSSessionManagerException with the specified exception message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()Returns a string representation of theXSSessionManagerException.-
Methods inherited from class oracle.security.xs.XSException
getMessage, getMessage
-
-