com.novell.zos.grid
Class GridException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.novell.zos.grid.GridException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClientOutOfDateException, ConstraintException, FactException, GridAuthenticationException, GridAuthorizationException, GridConfigurationException, GridDeploymentException, GridObjectNotFoundException

public class GridException
extends Exception

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.

See Also:
Serialized Form

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

GridException

public GridException()
Create a new GridException with no message text.


GridException

public GridException(String message)
Create a new GridException.

Parameters:
message - the string message for this exception.

GridException

public GridException(Throwable cause)
Create a new GridException with a Throwable.

Parameters:
cause - Throwable to chain to this new exception.

GridException

public GridException(String message,
                     Throwable cause)
Create a new GridException with a Throwable.

Parameters:
message - the string message for this exception.
cause - the Throwable to chain to this new exception.


Copyright 2008 Novell, Inc. All Rights Reserved.