Package org.openspaces.admin
Class AdminException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openspaces.admin.AdminException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AlertConfigurationException,AlertConfigurationParserException,ApplicationAlreadyDeployedException,BeanConfigException,ProcessingUnitAlreadyDeployedException,ProcessingUnitAlreadyLockedException
Base for all admin exceptions.
- Author:
- kimchy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAdminException(String message) AdminException(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
-
AdminException
-
AdminException
-