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