Class AuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.forgerock.android.auth.exception.ApiException
-
- org.forgerock.android.auth.exception.AuthenticationException
-
- 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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationException(int statusCode, java.lang.String error, java.lang.String description)
-
Method Summary
-
Methods inherited from class org.forgerock.android.auth.exception.ApiException
getError, getStatusCode
-
-