|
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
java.lang.IllegalStateException
com.tangosol.net.ServiceStoppedException
public class ServiceStoppedException
Signals that a request was not able to execute because the underlying service has been stopped.
| Constructor Summary | |
|---|---|
ServiceStoppedException()Constructs a ServiceStoppedException with no detail message. |
|
ServiceStoppedException(java.lang.String s)Constructs a ServiceStoppedException with the specified detail message. |
|
ServiceStoppedException(java.lang.String s, java.lang.Throwable e)Construct a ServiceStoppedException from a Throwable object and an additional description. |
|
ServiceStoppedException(java.lang.Throwable e)Construct a ServiceStoppedException 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 ServiceStoppedException()
public ServiceStoppedException(java.lang.String s)
s - the String that contains a detailed messagepublic ServiceStoppedException(java.lang.Throwable e)
e - the Throwable object
public ServiceStoppedException(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 | |||||||