public class UnknownNotificationException extends Exception
react
method to indicate
that the notification is unknown.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
define serialVersionUID for interoperability
|
Constructor and Description |
---|
UnknownNotificationException()
Constructs a new
UnknownNotificationException with
no detail message. |
UnknownNotificationException(String s)
Constructs a new
UnknownNotificationException with
the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public UnknownNotificationException()
UnknownNotificationException
with
no detail message.public UnknownNotificationException(String s)
UnknownNotificationException
with
the specified detail message.s
- the detail message.Copyright © 2021 ScalAgent D.T.. All rights reserved.