Class UnableToSendNotificationException

All Implemented Interfaces:
Serializable

public class UnableToSendNotificationException extends JmxException
Thrown when a JMX 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 Throwable.getCause() property.

Since:
2.0
Author:
Rob Harrop
See Also:
  • Constructor Details

    • UnableToSendNotificationException

      public UnableToSendNotificationException(String msg)
      Create a new instance of the UnableToSendNotificationException class with the specified error message.
      Parameters:
      msg - the detail message
    • UnableToSendNotificationException

      public UnableToSendNotificationException(String msg, Throwable cause)
      Create a new instance of the UnableToSendNotificationException with the specified error message and root cause.
      Parameters:
      msg - the detail message
      cause - the root cause