|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.websphere.objectgrid.ObjectGridException
com.ibm.ws.objectgrid.cluster.ServiceUnavailableException
public class ServiceUnavailableException
Legacy exception for describing when a service is unavailable.
TargetNotAvailableException
,
Serialized FormConstructor 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 |
---|
public ServiceUnavailableException()
public ServiceUnavailableException(String message)
public ServiceUnavailableException(String message, Throwable cause)
public ServiceUnavailableException(Throwable cause)
|
IBM WebSphereTM eXtreme Scale, Release 8.5 API Specification |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |