open class UnableToSendNotificationException : JmxException
Thrown when a JMX javax.management.Notification is unable to be sent.
The root cause of just why a particular notification could not be sent will typically be available via the #getCause() property.
Author
Rob Harrop
Since
2.0
See Also
NotificationPublisher
UnableToSendNotificationException(msg: String)
Create a new instance of the UnableToSendNotificationException class with the specified error message. UnableToSendNotificationException(msg: String, cause: Throwable)
Create a new instance of the UnableToSendNotificationException with the specified error message and root cause. |