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