Package com.tangosol.net
Class ClusterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.net.ClusterException
- All Implemented Interfaces:
Serializable
Deprecated.
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 Summary
ConstructorDescriptionDeprecated.Constructs a ClusterException with no detail message.Deprecated.Constructs a ClusterException with the specified detail message.ClusterException
(String s, Throwable e) Deprecated.Construct a ClusterException from a Throwable object and an additional description.Deprecated.Construct a ClusterException from a Throwable object. -
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()Deprecated.Constructs a ClusterException with no detail message. -
ClusterException
Deprecated.Constructs a ClusterException with the specified detail message.- Parameters:
s
- the String that contains a detailed message
-
ClusterException
Deprecated.Construct a ClusterException from a Throwable object.- Parameters:
e
- the Throwable object
-
ClusterException
Deprecated.Construct a ClusterException from a Throwable object and an additional description.- Parameters:
s
- the additional descriptione
- the Throwable object
-
PortableException