Package org.openspaces.admin.bean
Class BeanConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.openspaces.admin.AdminException
org.openspaces.admin.bean.BeanConfigException
org.openspaces.admin.bean.BeanConfigurationException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BeanConfigurationClassCastException
Exception indicating that a misconfiguration occurred when initializing a bean (such as failure
to set an essential property).
- Since:
- 8.0
- Author:
- Moran Avigdor, Itai Frenkel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBeanConfigurationException(String message) BeanConfigurationException(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
-
BeanConfigurationException
-
BeanConfigurationException
-