public class SessionException extends Exception
Constructor and Description |
---|
SessionException(String message)
Builds an
SessionException with a given message. |
SessionException(String message,
Throwable cause)
Builds an
SessionException with a given message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SessionException(String message)
SessionException
with a given message.message
- Exception's messagepublic SessionException(String message, Throwable cause)
SessionException
with a given message and cause.message
- Exception's messagecause
- Throwable causeCopyright 2011-2017 ForgeRock AS.