com.novell.zos.grid
Class FactException

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

public class FactException
extends GridException

For exceptions that occur in accessing or setting facts.

See Also:
Serialized Form

Constructor Summary
FactException(String message)
          Create a new FactException.
FactException(String message, Throwable t)
          Create a new FactException with a Throwable.
FactException(Throwable t)
          Create a new FactException 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

FactException

public FactException(String message)
Create a new FactException.

Parameters:
message - The string message for this exception.

FactException

public FactException(Throwable t)
Create a new FactException with a Throwable.

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

FactException

public FactException(String message,
                     Throwable t)
Create a new FactException with a Throwable.

Parameters:
message - The string message for this exception.
t - 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.