Class RepositoryIntegrityViolationException

All Implemented Interfaces:
Serializable

Exception thrown when an attempt to insert or update data results in violation of an integrity constraint.
See Also:
  • Constructor Details

    • RepositoryIntegrityViolationException

      Constructs a new data integrity violation exception with the specified detail message.
      Parameters:
      message - The detail message.
    • RepositoryIntegrityViolationException

      Constructs a new data integrity violation exception with the specified detail message and cause.
      Parameters:
      message - The detail message.
      cause - The cause.
    • RepositoryIntegrityViolationException

      Constructs a new data integrity violation exception with the specified cause.
      Parameters:
      cause - The cause.