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
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
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 messagecause
- the cause
Copyright © GigaSpaces.