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
 
public class BeanConfigException
- extends AdminException
 
Base class for all admin Bean configuration exceptions.
- Since:
 
  - 8.0
 
- Author:
 
  - Moran Avigdor, Itai Frenkel
 
- See Also:
 BeanConfigManager, 
Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
BeanConfigException
public BeanConfigException(String message)
BeanConfigException
public BeanConfigException(String message,
                           Throwable cause)
BeanConfigException
public BeanConfigException(RemoteException cause)
- RemoteException sandwich model. 
 Derive and copy any required properties from cause.getCause() as needed.
- Parameters:
 cause - 
 
Copyright © GigaSpaces.