Package org.openspaces.admin.alert
Class AlertConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openspaces.admin.AdminException
org.openspaces.admin.alert.AlertConfigurationException
- All Implemented Interfaces:
Serializable
An alert configuration exception; the
Throwable.getCause() can be one the subclasses of BeanConfigException.- Since:
- 8.0
- Author:
- Moran Avigdor
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlertConfigurationException(String message) AlertConfigurationException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AlertConfigurationException
-
AlertConfigurationException
-