public class UnableToSendNotificationException extends JmxException
NotificationSE を送信できない場合にスローされます。 特定の通知を送信できなかった理由の根本的な原因は、 通常、Throwable.getCause()SE プロパティを介して利用できます。
NotificationPublisher, 連載形式 | コンストラクターと説明 |
|---|
UnableToSendNotificationException(StringSE msg) 指定されたエラーメッセージを使用して、 UnableToSendNotificationException クラスの新しいインスタンスを作成します。 |
UnableToSendNotificationException(StringSE msg, ThrowableSE cause) 指定されたエラーメッセージと根本原因を使用して、 UnableToSendNotificationException の新しいインスタンスを作成します。 |
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressedSE, fillInStackTraceSE, getCauseSE, getLocalizedMessageSE, getStackTraceSE, getSuppressedSE, initCauseSE, printStackTraceSE, printStackTraceSE, printStackTraceSE, setStackTraceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic UnableToSendNotificationException(StringSE msg)
UnableToSendNotificationException クラスの新しいインスタンスを作成します。msg - 詳細メッセージ public UnableToSendNotificationException(StringSE msg, ThrowableSE cause)
UnableToSendNotificationException の新しいインスタンスを作成します。msg - 詳細メッセージ cause - 根本原因