Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.net
Class ServiceStoppedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by com.tangosol.net.ServiceStoppedException

All Implemented Interfaces:
java.io.Serializable

public class ServiceStoppedException
extends java.lang.IllegalStateException

Signals that a request was not able to execute because the underlying service has been stopped.

Since:
Coherence 12.1.3

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

ServiceStoppedException

public ServiceStoppedException()
Constructs a ServiceStoppedException with no detail message.

ServiceStoppedException

public ServiceStoppedException(java.lang.String s)
Constructs a ServiceStoppedException with the specified detail message.
Parameters:
s - the String that contains a detailed message

ServiceStoppedException

public ServiceStoppedException(java.lang.Throwable e)
Construct a ServiceStoppedException from a Throwable object.
Parameters:
e - the Throwable object

ServiceStoppedException

public ServiceStoppedException(java.lang.String s,
                               java.lang.Throwable e)
Construct a ServiceStoppedException from a Throwable object and an additional description.
Parameters:
s - the additional description
e - the Throwable object

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.