Package com.okta.authn.sdk
Class UserLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.okta.authn.sdk.AuthenticationException
com.okta.authn.sdk.UserLockedException
- All Implemented Interfaces:
com.okta.sdk.error.Error,Serializable
Factor user locked exception. This exception
is thrown when a user gets locked out and status code
403 is returned, related error messages are
contained within this exception.- Since:
- 2.0.1
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionUserLockedException(com.okta.sdk.error.Error error) UserLockedException(com.okta.sdk.resource.ResourceException e) -
Method Summary
Methods inherited from class com.okta.authn.sdk.AuthenticationException
getCauses, getCode, getHeaders, getId, getStatusMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.okta.sdk.error.Error
getMessage
-
Field Details
-
ERROR_CODE
- See Also:
-
-
Constructor Details
-
UserLockedException
public UserLockedException(com.okta.sdk.error.Error error) -
UserLockedException
public UserLockedException(com.okta.sdk.resource.ResourceException e)
-