public class UnrecognizedNotificationSourceException extends Exception
NotificationSource object that is not recognized by the SLEE.| Constructor and Description |
|---|
UnrecognizedNotificationSourceException()
Create an
UnrecognizedNotificationSourceException with no detail message. |
UnrecognizedNotificationSourceException(String message)
Create an
UnrecognizedNotificationSourceException with a detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnrecognizedNotificationSourceException()
UnrecognizedNotificationSourceException with no detail message.public UnrecognizedNotificationSourceException(String message)
UnrecognizedNotificationSourceException with a detail message.message - the detail message.