com.novell.zos.dataGrid
Class DataGridNotAvailableException

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
                  extended by com.novell.zos.dataGrid.DataGridNotAvailableException
All Implemented Interfaces:
Serializable

public class DataGridNotAvailableException
extends DataGridException

Exception thrown if the data grid cannot be reached due to a network error.

See Also:
Serialized Form

Constructor Summary
DataGridNotAvailableException()
          Create a new exception with no reason message.
DataGridNotAvailableException(String reason)
          Create a new exception with the specified reason message.
DataGridNotAvailableException(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

DataGridNotAvailableException

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


DataGridNotAvailableException

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

Parameters:
reason - The reason message.

DataGridNotAvailableException

public DataGridNotAvailableException(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.