| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | org.springframework.core.NestedRuntimeException | |||||
| ↳ | org.springframework.jmx.JmxException | |||||
| ↳ | org.springframework.jmx.export.notification.UnableToSendNotificationException | |||||
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.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Create a new instance of the
UnableToSendNotificationException
class with the specified error message. | |||||||||||
Create a new instance of the
UnableToSendNotificationException
with the specified error message and root cause. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Create a new instance of the UnableToSendNotificationException
class with the specified error message.
| msg | the detail message |
|---|
Create a new instance of the UnableToSendNotificationException
with the specified error message and root cause.
| msg | the detail message |
|---|---|
| cause | the root cause |