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
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 Summary
ConstructorsConstructorDescriptionUnapprovedSoftwareStatementException
(String unsupportedIssuer) Constructs a new UnapprovedSoftwareStatementException. -
Method Summary
Methods inherited from class org.forgerock.openig.fapi.error.FapiException
getErrorCode, getErrorDescription
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnapprovedSoftwareStatementException
Constructs a new UnapprovedSoftwareStatementException.- Parameters:
unsupportedIssuer
- name of the issuer that is not supported
-