Class RegistrationRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openig.fapi.error.FapiException
org.forgerock.openig.fapi.dcr.request.RegistrationRequestException
All Implemented Interfaces:
Serializable

public class RegistrationRequestException extends FapiException
Exception thrown when building a RegistrationRequest using a RegistrationRequestFilter.
See Also:
  • Constructor Details

    • RegistrationRequestException

      public RegistrationRequestException(String oAuth2ErrorCode, String errorDescription)
      Constructs a new RegistrationRequestBuilderException with the given oauth2 error code and description.
      Parameters:
      oAuth2ErrorCode - error code
      errorDescription - error description
    • RegistrationRequestException

      public RegistrationRequestException(ErrorCode errorCode, String errorDescription)
      Constructs a new RegistrationRequestBuilderException with the given ErrorCode and description.
      Parameters:
      errorCode - error code
      errorDescription - error description
    • RegistrationRequestException

      public RegistrationRequestException(ErrorCode errorCode, String errorDescription, Throwable cause)
      Constructs a new RegistrationRequestBuilderException with the given ErrorCode, description and a cause.
      Parameters:
      errorCode - error code
      errorDescription - error description
      cause - the cause