db4o 6.3

com.db4o.constraints
Class ConstraintViolationException

java.lang.Object
  extended by ChainedRuntimeException
      extended by com.db4o.ext.Db4oException
          extended by com.db4o.constraints.ConstraintViolationException
Direct Known Subclasses:
UniqueFieldValueConstraintViolationException

public abstract class ConstraintViolationException
extends Db4oException

Base class for all constraint exceptions.


Constructor Summary
ConstraintViolationException(java.lang.String msg)
          ConstraintViolationException constructor with a specific message.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintViolationException

public ConstraintViolationException(java.lang.String msg)
ConstraintViolationException constructor with a specific message.

Parameters:
msg - exception message

db4o 6.3