Class NotificationProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openremote.manager.notification.NotificationProcessingException
- All Implemented Interfaces:
Serializable
The reason why sending an
Notification failed.- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNotificationProcessingException(NotificationProcessingException.Reason reason, String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
reason
-
-
Constructor Details
-
NotificationProcessingException
-
NotificationProcessingException
public NotificationProcessingException(NotificationProcessingException.Reason reason, String message)
-
-
Method Details