|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.net.ClusterException
public class ClusterException
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.
Constructor Summary | |
---|---|
ClusterException()
Constructs a ClusterException with no detail message. |
|
ClusterException(String s)
Constructs a ClusterException with the specified detail message. |
|
ClusterException(String s,
Throwable e)
Construct a ClusterException from a Throwable object and an additional description. |
|
ClusterException(Throwable e)
Construct a ClusterException from a Throwable object. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Constructor Detail |
---|
public ClusterException()
public ClusterException(String s)
s
- the String that contains a detailed messagepublic ClusterException(Throwable e)
e
- the Throwable objectpublic ClusterException(String s, Throwable e)
s
- the additional descriptione
- the Throwable object
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |