|
||||||||||
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 com.novell.zos.grid.GridConfigurationException
public class GridConfigurationException
Grid exception thrown to indicate a Grid configuration error.
This exception is thrown to indicate a severe error in the grid's configuration that prevents it or one of it's major components from operating correctly.
Constructor Summary | |
---|---|
GridConfigurationException()
Initialize this exception with a default message. |
|
GridConfigurationException(String message)
Initialize this exception with a specified message. |
|
GridConfigurationException(String message,
Throwable cause)
Initialize this exception with a specified message and cause. |
|
GridConfigurationException(Throwable cause)
Initialize this exception with a specified cause and default message. |
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 GridConfigurationException()
Sets the exception's error message string to a default message.
public GridConfigurationException(Throwable cause)
Sets the exception's error message string to a default message. Also includes a causing exception to be chained to this one.
cause
- The underlying exception that caused this one.public GridConfigurationException(String message)
Sets the exception's error message string to message
.
message
- This exception's error message.public GridConfigurationException(String message, Throwable cause)
Sets the exception's error message string to message
and
the causing exception to cause
.
message
- This exception's error message.cause
- The underlying exception that caused this one.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |