Class UnapprovedSoftwareStatementException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openig.fapi.error.FapiException
org.forgerock.openig.fapi.trusteddirectory.UnapprovedSoftwareStatementException
All Implemented Interfaces:
Serializable

public class UnapprovedSoftwareStatementException extends FapiException
Special case of InvalidSoftwareStatementException thrown when the issuer of the Software Statement is not supported, in the OAuth2.0 spec this corresponds to the "unapproved_software_statement" error code.
See Also:
  • Constructor Details

    • UnapprovedSoftwareStatementException

      public UnapprovedSoftwareStatementException(String unsupportedIssuer)
      Constructs a new UnapprovedSoftwareStatementException.
      Parameters:
      unsupportedIssuer - name of the issuer that is not supported