Package com.j_spaces.core.cluster
Class ClusterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.j_spaces.core.cluster.ClusterException
- All Implemented Interfaces:
Serializable
This exception is thrown as a result from a cluster-related problem This exception is unique to
the storage adapter.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClusterException(String msg) ClusterException(String message, Throwable cause) ClusterException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClusterException
public ClusterException() -
ClusterException
-
ClusterException
-
ClusterException
-