Class InvalidSoftwareStatementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nimbusds.openid.connect.sdk.rp.statement.InvalidSoftwareStatementException
- All Implemented Interfaces:
Serializable
Invalid software statement exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidSoftwareStatementException
(String message) Creates a new invalid software statement exception.InvalidSoftwareStatementException
(String message, Throwable cause) Creates a new invalid software statement exception. -
Method Summary
Modifier and TypeMethodDescriptionReturns the error object to return, an instance of aRegistrationError.INVALID_SOFTWARE_STATEMENT
.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidSoftwareStatementException
Creates a new invalid software statement exception.- Parameters:
message
- The message,null
if not specified.
-
InvalidSoftwareStatementException
Creates a new invalid software statement exception.- Parameters:
message
- The message,null
if not specified.cause
- The error cause,null
if not specified.
-
-
Method Details
-
getErrorObject
Returns the error object to return, an instance of aRegistrationError.INVALID_SOFTWARE_STATEMENT
.- Returns:
- The error object.
-