com.novell.zos.dataGrid
Class DataGridException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.novell.zos.dataGrid.DataGridException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DataGridNotAvailableException

public class DataGridException
extends IOException

General exception class for Data Grid errors.

See Also:
Serialized Form

Constructor Summary
DataGridException()
          Create a new exception with no reason message.
DataGridException(String reason)
          Create a new exception with the specified reason message.
DataGridException(String reason, Throwable cause)
          Create a new exception with the specified reason message and causing exception.
 
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

DataGridException

public DataGridException()
Create a new exception with no reason message.


DataGridException

public DataGridException(String reason)
Create a new exception with the specified reason message.

Parameters:
reason - The reason message.

DataGridException

public DataGridException(String reason,
                         Throwable cause)
Create a new exception with the specified reason message and causing exception.

Parameters:
reason - The reason message.
cause - The exception causing this one.


Copyright 2008 Novell, Inc. All Rights Reserved.