Package org.openspaces.admin.bean
Class BeanInitializationException
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.BeanInitializationException
- All Implemented Interfaces:
Serializable
Exception indicating that an initialization of a bean failed.
- Since:
- 8.0
- Author:
- Moran Avigdor, Itai Frenkel
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBeanInitializationException(String message) BeanInitializationException(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
-
BeanInitializationException
-
BeanInitializationException
-