public class PushMechanismException
extends java.lang.Exception
| Constructor and Description |
|---|
PushMechanismException(java.lang.String detailMessage)
Create a new exception containing a message.
|
PushMechanismException(java.lang.String detailMessage,
java.lang.Throwable throwable)
Create a new exception containing a message.
|
public PushMechanismException(java.lang.String detailMessage,
java.lang.Throwable throwable)
detailMessage - The message cause of the exception.throwable - The throwable cause of the exception.public PushMechanismException(java.lang.String detailMessage)
detailMessage - The message cause of the exception.