com.novell.zos.grid
Class GridConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.novell.zos.grid.GridException
              extended by com.novell.zos.grid.GridConfigurationException
All Implemented Interfaces:
Serializable

public class GridConfigurationException
extends GridException

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.

Since:
ZOS 2007/10/28
See Also:
Serialized Form

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

GridConfigurationException

public GridConfigurationException()
Initialize this exception with a default message.

Sets the exception's error message string to a default message.


GridConfigurationException

public GridConfigurationException(Throwable cause)
Initialize this exception with a specified cause and default message.

Sets the exception's error message string to a default message. Also includes a causing exception to be chained to this one.

Parameters:
cause - The underlying exception that caused this one.

GridConfigurationException

public GridConfigurationException(String message)
Initialize this exception with a specified message.

Sets the exception's error message string to message.

Parameters:
message - This exception's error message.

GridConfigurationException

public GridConfigurationException(String message,
                                  Throwable cause)
Initialize this exception with a specified message and cause.

Sets the exception's error message string to message and the causing exception to cause.

Parameters:
message - This exception's error message.
cause - The underlying exception that caused this one.


Copyright 2008 Novell, Inc. All Rights Reserved.