Class AuthnErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.pingidentity.sdk.api.authn.exception.AuthnErrorException
- All Implemented Interfaces:
Serializable
Checked exception used to signal error during validation of the JSON body of an API request against the expected API model class.
- Since:
- 9.3
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAuthnErrorException(AuthnError validationError) Create an instance of AuthnErrorException. -
Method Summary
Modifier and TypeMethodDescriptionThe authentication API model representing a validation error of the JSON body of an API request against the expected API model class.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AuthnErrorException
Create an instance of AuthnErrorException.- Parameters:
validationError- The authentication API model representing a validation error of the JSON body of an API request against the expected API model class.- Since:
- 9.3
-
-
Method Details
-
getValidationError
The authentication API model representing a validation error of the JSON body of an API request against the expected API model class.- Since:
- 9.3
-