Package com.okta.authn.sdk
Class InvalidUserException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- com.okta.authn.sdk.AuthenticationException
 - 
- com.okta.authn.sdk.InvalidUserException
 
 
 
 
 
- 
- All Implemented Interfaces:
 com.okta.sdk.error.Error,java.io.Serializable
public class InvalidUserException extends AuthenticationException
Recovery or other state is not allowed for user. This exception was thrown as a result of a contains error information returned4xxstatus, related error messages are contained within this exception.- Since:
 - 0.1.0
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringERROR_CODE 
- 
Constructor Summary
Constructors Constructor Description InvalidUserException(com.okta.sdk.error.Error error)InvalidUserException(com.okta.sdk.resource.ResourceException e) 
- 
Method Summary
- 
Methods inherited from class com.okta.authn.sdk.AuthenticationException
getCauses, getCode, getHeaders, getId, getStatus 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Field Detail
- 
ERROR_CODE
public static final java.lang.String ERROR_CODE
- See Also:
 - Constant Field Values
 
 
 - 
 
 -