Package com.j_spaces.core.exception
Class ClusterConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.j_spaces.core.exception.ClusterConfigurationException
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class java.rmi.RemoteException
detail -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aClusterConfigurationException.Constructs aClusterConfigurationExceptionwith the specified detail message.ClusterConfigurationException(String str, Throwable cause) Constructs aClusterConfigurationExceptionwith the specified detail message and cause. -
Method Summary
Methods inherited from class java.rmi.RemoteException
getCause, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClusterConfigurationException
public ClusterConfigurationException()Constructs aClusterConfigurationException. -
ClusterConfigurationException
Constructs aClusterConfigurationExceptionwith the specified detail message.- Parameters:
str- - the detail message
-
ClusterConfigurationException
Constructs aClusterConfigurationExceptionwith the specified detail message and cause.- Parameters:
str- the detail messagecause- the cause
-