|
IBM WebSphere eXtreme ScaleTM, Release 6.1.0.5 ObjectGrid 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
java.lang.RuntimeException
com.ibm.websphere.objectgrid.TargetNotAvailableException
public class TargetNotAvailableException
Base exception class for all checked exceptions thrown by the ObjectGrid product.
| Constructor Summary | |
|---|---|
TargetNotAvailableException()
Constructs a new TargetNotAvailableException with null as its detail
message. |
|
TargetNotAvailableException(String message)
Constructs a new TargetNotAvailableException with the specified detail message. |
|
TargetNotAvailableException(String message,
Throwable cause)
Constructs a new TargetNotAvailableException with the specified detail message and cause. |
|
TargetNotAvailableException(Throwable cause)
Constructs a new TargetNotAvailableException with a specified cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, 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 TargetNotAvailableException()
null as its detail
message. The cause is not initialized, and may subsequently be initialized
by a call to the initCause method.
Throwable.initCause(Throwable)public TargetNotAvailableException(String message)
initCause method.
message - the detail message. The detail message is saved for later
retrieval by the getMessage method.Throwable.initCause(Throwable),
Throwable.getMessage()public TargetNotAvailableException(Throwable cause)
(cause==null ? null : cause.toString())
is used (which typically contains the class and detail message of cause).
This constructor is useful for TargetNotAvailableExceptions that are little more
than wrappers for other throwables.
cause - is the exception that caused this exception to be thrown,
which is saved for later retrieval by the getCause() method.
A null value is permitted and indicates that the cause
is nonexistent or is unknown.Throwable.getCause()
public TargetNotAvailableException(String message,
Throwable cause)
Note that the detail message associated with cause is
not automatically incorporated in this TargetNotAvailableException's detail
message.
message - the detail message (which is saved for later retrieval by the
getMessage method).cause - the cause (which is saved for later retrieval by the
getCause method). (Anull value is
permitted, and indicates that the cause is nonexistent or
unknown).Throwable.getCause(),
Throwable.getMessage()
|
IBM WebSphere eXtreme ScaleTM, Release 6.1.0.5 ObjectGrid API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||