public class OathMechanismException
extends java.lang.Exception
| Constructor and 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.
|
public OathMechanismException(java.lang.String detailMessage,
java.lang.Throwable throwable)
detailMessage - The message cause of the exception.throwable - The throwable cause of the exception.public OathMechanismException(java.lang.String detailMessage)
detailMessage - The message cause of the exception.