GigaSpaces XAP 9.0 API

org.openspaces.admin.bean
Class BeanConfigException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openspaces.admin.AdminException
                  extended by 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

Constructor Summary
BeanConfigException(RemoteException cause)
          RemoteException sandwich model.
BeanConfigException(String message)
           
BeanConfigException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 -

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.