Class UserLockedException

  • All Implemented Interfaces:
    com.okta.sdk.error.Error, java.io.Serializable

    public class UserLockedException
    extends AuthenticationException
    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:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ERROR_CODE  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.okta.sdk.error.Error

        getMessage
    • Constructor Detail

      • UserLockedException

        public UserLockedException​(com.okta.sdk.error.Error error)
      • UserLockedException

        public UserLockedException​(com.okta.sdk.resource.ResourceException e)