Class AuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.okta.authn.sdk.AuthenticationException
All Implemented Interfaces:
com.okta.sdk.error.Error, Serializable
Direct Known Subclasses:
AuthenticationFailureException, CredentialsException, FactorValidationException, InvalidAuthenticationStateException, InvalidRecoveryAnswerException, InvalidTokenException, InvalidUserException, UserLockedException

public class AuthenticationException extends Exception implements com.okta.sdk.error.Error
Base Authentication Exception. You can catch this exception or handle a more specific child exception. This exception was thrown as a result of an error which returned 4xx status, related error messages are contained within this exception.
Since:
0.1.0
See Also: