Class AuthenticationTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.forgerock.android.auth.exception.ApiException
-
- org.forgerock.android.auth.exception.AuthenticationTimeoutException
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthenticationTimeoutException extends ApiException
Exception that is thrown when the user's authentication session timed out and cause the authentication module to be authenticated to fail.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticationTimeoutException(int statusCode, java.lang.String error, java.lang.String description)
-
Method Summary
-
Methods inherited from class org.forgerock.android.auth.exception.ApiException
getError, getStatusCode
-
-