p3j.database.hibernate
Class ConstraintException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by p3j.database.hibernate.ConstraintException
All Implemented Interfaces:
Serializable

public class ConstraintException
extends RuntimeException

This exception gets thrown when certain database constraints are violated. Created: August 18, 2008

Author:
Christina Bohk, Roland Ewald
See Also:
Serialized Form

Constructor Summary
ConstraintException(String msg)
          Default constructor.
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstraintException

public ConstraintException(String msg)
Default constructor.

Parameters:
msg - the message explaining the violation


Copyright © 2012. All Rights Reserved.