net.sourceforge.orbroker
Class ConstraintException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sourceforge.orbroker.BrokerException
                  extended bynet.sourceforge.orbroker.ConstraintException
All Implemented Interfaces:
Serializable

public final class ConstraintException
extends BrokerException

Exception for a violated database constraint.

Author:
Nils Kilden-Pedersen
See Also:
Serialized Form

Constructor Summary
ConstraintException(String message, Throwable cause)
          Constructor.
ConstraintException(Throwable cause)
          Constructor.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstraintException

public ConstraintException(Throwable cause)
Constructor.

Parameters:
cause -

ConstraintException

public ConstraintException(String message,
                           Throwable cause)
Constructor.

Parameters:
message -
cause -