PortableExceptionpublic class ClusterException extends RuntimeException
| Constructor and Description |
|---|
ClusterException()
Deprecated.
Constructs a ClusterException with no detail message.
|
ClusterException(String s)
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.
|
ClusterException(Throwable e)
Deprecated.
Construct a ClusterException from a Throwable object.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClusterException()
public ClusterException(String s)
s - the String that contains a detailed messagepublic ClusterException(Throwable e)
e - the Throwable object