Package com.db4o.constraints
Class ConstraintViolationException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com.db4o.foundation.ChainedRuntimeException
- 
- com.db4o.ext.Db4oException
- 
- com.db4o.ext.Db4oRecoverableException
- 
- com.db4o.constraints.ConstraintViolationException
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 - Direct Known Subclasses:
- UniqueFieldValueConstraintViolationException
 
 public class ConstraintViolationException extends Db4oRecoverableException Base class for all constraint exceptions.- See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.db4o.foundation.ChainedRuntimeExceptionChainedRuntimeException.ChainedRuntimeExceptionMixin
 
- 
 - 
Constructor SummaryConstructors Constructor Description ConstraintViolationException(java.lang.String msg)ConstraintViolationException constructor with a specific message.
 
-