Class InvalidSoftwareStatementException

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

public class InvalidSoftwareStatementException extends FapiException
Exception thrown when a Software Statement is invalid, in the OAuth2.0 spec this corresponds to the "invalid_software_statement" error code.
See Also:
  • Constructor Details

    • InvalidSoftwareStatementException

      public InvalidSoftwareStatementException(String message)
      Constructs a new InvalidSoftwareStatementException with the given message.
      Parameters:
      message - error message
    • InvalidSoftwareStatementException

      public InvalidSoftwareStatementException(String message, Throwable cause)
      Constructs a new InvalidSoftwareStatementException with the given message and a cause.
      Parameters:
      message - error message
      cause - the cause