Class ClusterException

All Implemented Interfaces:
Serializable

public class ClusterException extends RuntimeException
Deprecated.
As of release 3.4, replaced by PortableException
Signals that a cluster related exception of some sort has occurred. This class is the general class of exceptions produced by failed or interrupted cluster operations.
Author:
gg 2006.06.08
See Also:
  • Constructor Details

    • ClusterException

      public ClusterException()
      Deprecated.
      Constructs a ClusterException with no detail message.
    • ClusterException

      public ClusterException(String s)
      Deprecated.
      Constructs a ClusterException with the specified detail message.
      Parameters:
      s - the String that contains a detailed message
    • ClusterException

      public ClusterException(Throwable e)
      Deprecated.
      Construct a ClusterException from a Throwable object.
      Parameters:
      e - the Throwable object
    • ClusterException

      public ClusterException(String s, Throwable e)
      Deprecated.
      Construct a ClusterException from a Throwable object and an additional description.
      Parameters:
      s - the additional description
      e - the Throwable object