|
||||||||||
| 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.novell.zos.grid.GridException
com.novell.zos.grid.GridObjectNotFoundException
public class GridObjectNotFoundException
Thrown when a grid object lookup does not find the requested object.
| Constructor Summary | |
|---|---|
GridObjectNotFoundException()
Create a new GridObjectNotFoundException with no message
text. |
|
GridObjectNotFoundException(String message)
Create a new GridObjectNotFoundException. |
|
GridObjectNotFoundException(String message,
Throwable cause)
Create a new GridObjectNotFoundException with a Throwable. |
|
GridObjectNotFoundException(Throwable cause)
Create a new GridObjectNotFoundException with a Throwable. |
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GridObjectNotFoundException()
GridObjectNotFoundException with no message
text.
public GridObjectNotFoundException(String message)
GridObjectNotFoundException.
message - the string message for this exception.public GridObjectNotFoundException(Throwable cause)
GridObjectNotFoundException with a Throwable.
cause - Throwable to chain to this new exception.
public GridObjectNotFoundException(String message,
Throwable cause)
GridObjectNotFoundException with a Throwable.
message - the string message for this exception.cause - the Throwable to chain to this new exception.| Method Detail |
|---|
public String toString()
toString in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||