Class ConstraintViolationException

All Implemented Interfaces:
Serializable

public class ConstraintViolationException extends RuntimeException
See Also:
  • Constructor Details

    • ConstraintViolationException

      public ConstraintViolationException(@Nullable @Nullable String catalogName, @Nullable @Nullable String schemaName, @Nullable @Nullable String tableName, @Nullable @Nullable String constraintName)
  • Method Details