spring-framework / org.springframework.jmx.export.notification / UnableToSendNotificationException / <init>

<init>

UnableToSendNotificationException(msg: String)

Create a new instance of the UnableToSendNotificationException class with the specified error message.

Parameters

msg - the detail message

UnableToSendNotificationException(msg: String, cause: Throwable)

Create a new instance of the UnableToSendNotificationException with the specified error message and root cause.

Parameters

msg - the detail message

cause - the root cause