Package net.shibboleth.idp.session
Class SessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.idp.session.SessionException
- All Implemented Interfaces:
Serializable
Exception indicating a problem authenticating a user.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.SessionException
(Exception wrappedException) Constructor.SessionException
(String message) Constructor.SessionException
(String message, Exception wrappedException) Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDSerial version UID.- See Also:
-
-
Constructor Details
-
SessionException
public SessionException()Constructor. -
SessionException
Constructor.- Parameters:
message
- exception message
-
SessionException
Constructor.- Parameters:
wrappedException
- exception to be wrapped by this one
-
SessionException
Constructor.- Parameters:
message
- exception messagewrappedException
- exception to be wrapped by this one
-