|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.novell.zos.grid.GridException
public class GridException
The base exception for all Grid exceptions. This provides an easy way to catch multiple types of related exceptions in the system without having to explicitly list every one.
Constructor Summary | |
---|---|
GridException()
Create a new GridException with no message text. |
|
GridException(String message)
Create a new GridException . |
|
GridException(String message,
Throwable cause)
Create a new GridException with a Throwable. |
|
GridException(Throwable cause)
Create a new GridException with a Throwable. |
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 GridException()
GridException
with no message text.
public GridException(String message)
GridException
.
message
- the string message for this exception.public GridException(Throwable cause)
GridException
with a Throwable.
cause
- Throwable to chain to this new exception.public GridException(String message, Throwable cause)
GridException
with a Throwable.
message
- the string message for this exception.cause
- the Throwable to chain to this new exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |