Class BackChannelAuthException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.am.authn.backchannel.exceptions.BackChannelAuthException
All Implemented Interfaces:
Serializable

public class BackChannelAuthException extends Exception
Exception thrown when an error occurs during back channel authentication.
See Also:
  • Constructor Details

    • BackChannelAuthException

      public BackChannelAuthException(BackChannelAuthErrorCode errorCode)
      Constructs a new exception with the specified error code and arguments.
      Parameters:
      errorCode - the error code
  • Method Details

    • errorCode

      public BackChannelAuthErrorCode errorCode()
      Get the error code for this exception.
      Returns:
      the error code.