com.novell.zos.grid
Class FactException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novell.zos.grid.GridException
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
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.
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright 2008 Novell, Inc. All Rights Reserved.