Class AuthenticatorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.forgerock.android.auth.exception.AuthenticatorException
-
- All Implemented Interfaces:
java.io.Serializable
public class AuthenticatorException extends java.lang.ExceptionRepresents an error on the Authenticator SDK.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthenticatorException(java.lang.String detailMessage)Create a new exception containing a message.AuthenticatorException(java.lang.String detailMessage, java.lang.Throwable throwable)Create a new exception containing a message.
-
-
-
Constructor Detail
-
AuthenticatorException
public AuthenticatorException(java.lang.String detailMessage, java.lang.Throwable throwable)Create a new exception containing a message.- Parameters:
detailMessage- The message cause of the exception.throwable- The throwable cause of the exception.
-
AuthenticatorException
public AuthenticatorException(java.lang.String detailMessage)
Create a new exception containing a message.- Parameters:
detailMessage- The message cause of the exception.
-
-