GigaSpaces XAP 10.0.1 API

com.j_spaces.core.exception
Class ClusterConfigurationException

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.ClusterConfigurationException
All Implemented Interfaces:
Serializable

public class ClusterConfigurationException
extends RemoteException

This exception is thrown in case of cluster configuration issues. e.g if a requested clsuter schema name was not found.

Version:
4.5
Author:
Gershon Diner
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
ClusterConfigurationException()
          Constructs a ClusterConfigurationException.
ClusterConfigurationException(String str)
          Constructs a ClusterConfigurationException with the specified detail message.
ClusterConfigurationException(String str, Throwable cause)
          Constructs a ClusterConfigurationException 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

ClusterConfigurationException

public ClusterConfigurationException()
Constructs a ClusterConfigurationException.


ClusterConfigurationException

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

Parameters:
str - - the detail message

ClusterConfigurationException

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

Parameters:
str - the detail message
cause - the cause

GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.