IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

com.ibm.ws.objectgrid.cluster
Class ServiceUnavailableException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.websphere.objectgrid.ObjectGridException
              extended by com.ibm.ws.objectgrid.cluster.ServiceUnavailableException
All Implemented Interfaces:
IObjectGridException, Serializable

Deprecated. Deprecated in 7.0. Use TargetNotAvailableException.

public class ServiceUnavailableException
extends ObjectGridException

Legacy exception for describing when a service is unavailable.

See Also:
TargetNotAvailableException, Serialized Form

Constructor Summary
ServiceUnavailableException()
          Deprecated.  
ServiceUnavailableException(String message)
          Deprecated.  
ServiceUnavailableException(String message, Throwable cause)
          Deprecated.  
ServiceUnavailableException(Throwable cause)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.ibm.websphere.objectgrid.ObjectGridException
getCause, initCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceUnavailableException

public ServiceUnavailableException()
Deprecated. 

ServiceUnavailableException

public ServiceUnavailableException(String message)
Deprecated. 

ServiceUnavailableException

public ServiceUnavailableException(String message,
                                   Throwable cause)
Deprecated. 

ServiceUnavailableException

public ServiceUnavailableException(Throwable cause)
Deprecated. 

IBM WebSphereTM eXtreme Scale, Release 8.5
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.