com.jpattern.orm.exception.sql
Class OrmSqlDataIntegrityViolationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.jpattern.orm.exception.OrmException
com.jpattern.orm.exception.sql.OrmSqlException
com.jpattern.orm.exception.sql.OrmSqlDataIntegrityViolationException
- All Implemented Interfaces:
- Serializable
public class OrmSqlDataIntegrityViolationException
- extends OrmSqlException
Exception thrown when an attempt to insert or update data
results in violation of an integrity constraint. Note that this
is not purely a relational concept; unique primary keys are
required by most database types.
- Author:
- cinafr
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OrmSqlDataIntegrityViolationException
public OrmSqlDataIntegrityViolationException(Exception e)
OrmSqlDataIntegrityViolationException
public OrmSqlDataIntegrityViolationException(String message,
Exception e)
Copyright © 2013. All Rights Reserved.