com.novell.zos.constraint
Class ConstraintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.novell.zos.grid.GridException
com.novell.zos.constraint.ConstraintException
- All Implemented Interfaces:
- Serializable
public class ConstraintException
- extends GridException
For exceptions that occur in parsing or executing constraints.
- See Also:
- Serialized Form
ConstraintException
public ConstraintException(String message)
- Create a new
ConstraintException
.
- Parameters:
message
- The string message for this exception.
ConstraintException
public ConstraintException(Throwable t)
- Create a new
ConstraintException
with a Throwable.
- Parameters:
t
- Throwable to chain to this new exception.
ConstraintException
public ConstraintException(String message,
Throwable t)
- Create a new
ConstraintException
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.