p3j.database.hibernate
Class ConstraintException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ConstraintException
public ConstraintException(String msg)
- Default constructor.
- Parameters:
msg
- the message explaining the violation
Copyright © 2012. All Rights Reserved.