Uses of Class
org.openspaces.admin.bean.BeanConfigException
Packages that use BeanConfigException
Package
Description
Support for managing admin Beans through the Admin API.
-
Uses of BeanConfigException in org.openspaces.admin.bean
Subclasses of BeanConfigException in org.openspaces.admin.beanModifier and TypeClassDescriptionclassException indicating that a configuration for a bean by this name can't be found (has not been added or has been removed).classIndicates the bean does not implement the required interfaces.classException indicating that a misconfiguration occurred when initializing a bean (such as failure to set an essential property).classException indicating that an initialization of a bean failed.classException indicating that a configuration for an already enabled bean can't be changed unless first disabled.