Class BackChannelAuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.am.authn.backchannel.exceptions.BackChannelAuthException
- All Implemented Interfaces:
Serializable
Exception thrown when an error occurs during back channel authentication.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBackChannelAuthException(BackChannelAuthErrorCode errorCode) Constructs a new exception with the specified error code and arguments. -
Method Summary
Modifier and TypeMethodDescriptionGet the error code for this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BackChannelAuthException
Constructs a new exception with the specified error code and arguments.- Parameters:
errorCode- the error code
-
-
Method Details
-
errorCode
Get the error code for this exception.- Returns:
- the error code.
-