com.novell.zos.grid
Class GridObjectNotFoundException

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.GridObjectNotFoundException
All Implemented Interfaces:
Serializable

public class GridObjectNotFoundException
extends GridException

Thrown when a grid object lookup does not find the requested object.

See Also:
Serialized Form

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

GridObjectNotFoundException

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


GridObjectNotFoundException

public GridObjectNotFoundException(String message)
Create a new GridObjectNotFoundException.

Parameters:
message - the string message for this exception.

GridObjectNotFoundException

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

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

GridObjectNotFoundException

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

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

toString

public String toString()
Overrides:
toString in class Throwable


Copyright 2008 Novell, Inc. All Rights Reserved.