12 lines
1.0 KiB
Plaintext
Executable File
12 lines
1.0 KiB
Plaintext
Executable File
java.sql.SQLException=com.fp.common.exception.SQLExceptionManager
|
|
java.sql.SQLSyntaxErrorException=com.fp.common.exception.SQLExceptionManager
|
|
java.sql.BatchUpdateException=com.fp.common.exception.SQLExceptionManager
|
|
java.sql.SQLIntegrityConstraintViolationException=com.fp.common.exception.SQLExceptionManager
|
|
org.hibernate.exception.ConstraintViolationException=com.fp.common.exception.SQLExceptionManager
|
|
javax.persistence.PersistenceException=com.fp.common.exception.SQLExceptionManager
|
|
org.hibernate.exception.GenericJDBCException=com.fp.common.exception.SQLExceptionManager
|
|
org.hibernate.NonUniqueObjectException=com.fp.common.exception.NonUniqueObjectException
|
|
org.hibernate.PropertyValueException=com.fp.common.exception.PropertyValueException
|
|
org.hibernate.StaleObjectStateException=com.fp.common.exception.StaleObjectStateException
|
|
org.hibernate.id.IdentifierGenerationException=com.fp.common.exception.IdentifierGenerationException
|
|
javax.persistence.EntityExistsException=com.fp.common.exception.NonUniqueObjectException |