Class ClusterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.j_spaces.core.cluster.ClusterException
All Implemented Interfaces:
Serializable

public class ClusterException extends Exception
This exception is thrown as a result from a cluster-related problem This exception is unique to the storage adapter.
See Also:
  • Constructor Details

    • ClusterException

      public ClusterException()
    • ClusterException

      public ClusterException(String msg)
    • ClusterException

      public ClusterException(Throwable cause)
    • ClusterException

      public ClusterException(String message, Throwable cause)