GigaSpaces XAP 9.0 API

com.j_spaces.core.exception
Class SpaceConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by com.j_spaces.core.exception.SpaceConfigurationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidServiceNameException

public class SpaceConfigurationException
extends RemoteException

This exception is thrown in case of space configuration issues.

Version:
4.5
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
SpaceConfigurationException()
          Constructs a SpaceConfigurationException.
SpaceConfigurationException(String str)
          Constructs a SpaceConfigurationException with the specified detail message.
SpaceConfigurationException(String str, Throwable cause)
          Constructs a SpaceConfigurationException with the specified detail message and cause.
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

SpaceConfigurationException

public SpaceConfigurationException()
Constructs a SpaceConfigurationException.


SpaceConfigurationException

public SpaceConfigurationException(String str)
Constructs a SpaceConfigurationException with the specified detail message.

Parameters:
str - - the detail message

SpaceConfigurationException

public SpaceConfigurationException(String str,
                                   Throwable cause)
Constructs a SpaceConfigurationException with the specified detail message and cause.

Parameters:
str - the detail message
cause - the cause

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.