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