Class MechanismParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.forgerock.android.auth.exception.MechanismParsingException
-
- All Implemented Interfaces:
java.io.Serializable
public class MechanismParsingException extends java.lang.ExceptionRepresents an error in parsing a Configuration URI, or in creating a Configuration URI from a set of attributes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MechanismParsingException(java.lang.String detailMessage)Create a new exception containing a message.MechanismParsingException(java.lang.String detailMessage, java.lang.Throwable throwable)Create a new exception containing a message.
-
-
-
Constructor Detail
-
MechanismParsingException
public MechanismParsingException(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.
-
MechanismParsingException
public MechanismParsingException(java.lang.String detailMessage)
Create a new exception containing a message.- Parameters:
detailMessage- The message cause of the exception.
-
-