Class SessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openig.tools.session.SessionException
- All Implemented Interfaces:
Serializable
Represents an exception whilst performing Session Service.
- See Also:
-
Constructor Summary
ConstructorDescriptionSessionException
(String message) Builds anSessionException
with a given message.SessionException
(String message, Throwable cause) Builds anSessionException
with a given message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SessionException
Builds anSessionException
with a given message.- Parameters:
message
- Exception's message
-
SessionException
Builds anSessionException
with a given message and cause.- Parameters:
message
- Exception's messagecause
- Throwable cause
-