|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.net.ClusterException
Deprecated. As of release 3.4, replaced by PortableException
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()Deprecated. Constructs a ClusterException with no detail message. |
|
ClusterException(java.lang.String s)Deprecated. Constructs a ClusterException with the specified detail message. |
|
ClusterException(java.lang.String s, java.lang.Throwable e)Deprecated. Construct a ClusterException from a Throwable object and an additional description. |
|
ClusterException(java.lang.Throwable e)Deprecated. 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(java.lang.String s)
s - the String that contains a detailed messagepublic ClusterException(java.lang.Throwable e)
e - the Throwable object
public ClusterException(java.lang.String s,
java.lang.Throwable e)
s - the additional descriptione - the Throwable object
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||