Package org.openspaces.admin.bean
Class BeanConfigException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openspaces.admin.AdminException
org.openspaces.admin.bean.BeanConfigException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BeanConfigNotFoundException,BeanConfigurationException,BeanInitializationException,EnabledBeanConfigCannotBeChangedException
Base class for all admin Bean configuration exceptions.
- Since:
- 8.0
- Author:
- Moran Avigdor, Itai Frenkel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBeanConfigException(String message) BeanConfigException(String message, Throwable cause) RemoteException sandwich model. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BeanConfigException
-
BeanConfigException
-
BeanConfigException
RemoteException sandwich model. Derive and copy any required properties from cause.getCause() as needed.
-