Class OathMechanismException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.forgerock.android.auth.exception.OathMechanismException
-
- All Implemented Interfaces:
java.io.Serializable
public class OathMechanismException extends java.lang.ExceptionRepresents an error on generating OTP codes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OathMechanismException(java.lang.String detailMessage)Create a new exception containing a message.OathMechanismException(java.lang.String detailMessage, java.lang.Throwable throwable)Create a new exception containing a message.
-
-
-
Constructor Detail
-
OathMechanismException
public OathMechanismException(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.
-
OathMechanismException
public OathMechanismException(java.lang.String detailMessage)
Create a new exception containing a message.- Parameters:
detailMessage- The message cause of the exception.
-
-