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