-
- All Implemented Interfaces:
-
java.io.Serializable
public class AuthenticationException extends ApiException
Exception that is thrown when the user-entered credentials cause the authentication module to be authenticated to fail. For example, invalid Username/Password or Invalid OTP.
-
-
Field Summary
Fields Modifier and Type Field Description public final intstatusCodepublic final Stringerror
-
Constructor Summary
Constructors Constructor Description AuthenticationException(int statusCode, String error, String description)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.forgerock.android.auth.exception.ApiException
getError, getStatusCode, toString -
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-