类 UnableToSendNotificationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.jmx.JmxException
cn.taketoday.jmx.export.notification.UnableToSendNotificationException
所有已实现的接口:
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.

从以下版本开始:
4.0
作者:
Rob Harrop
另请参阅:
  • 构造器详细资料

    • UnableToSendNotificationException

      public UnableToSendNotificationException(String msg)
      Create a new instance of the UnableToSendNotificationException class with the specified error message.
      参数:
      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.
      参数:
      msg - the detail message
      cause - the root cause