Example usage for Java java.sql SQLIntegrityConstraintViolationException fields, constructors, methods, implement or subclass
The text is from its open source code.
SQLIntegrityConstraintViolationException(String reason) Constructs a SQLIntegrityConstraintViolationException with a given reason . | |
SQLIntegrityConstraintViolationException(Throwable cause) Constructs an SQLIntegrityConstraintViolationException object with a given cause . |