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
ConstructorsConstructorDescriptionSessionException(String message) Builds anSessionExceptionwith a given message.SessionException(String message, Throwable cause) Builds anSessionExceptionwith 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 anSessionExceptionwith a given message.- Parameters:
 message- Exception's message
 - 
SessionException
Builds anSessionExceptionwith a given message and cause.- Parameters:
 message- Exception's messagecause- Throwable cause
 
 -