com.novell.zos.constraint
Class ConstraintException

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

public class ConstraintException
extends GridException

For exceptions that occur in parsing or executing constraints.

See Also:
Serialized Form

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

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.
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright 2008 Novell, Inc. All Rights Reserved.