Class RepositoryIntegrityViolationException

    • Constructor Detail

      • RepositoryIntegrityViolationException

        public RepositoryIntegrityViolationException​(String message)
        Constructs a new data integrity violation exception with the specified detail message.
        Parameters:
        message - The detail message.
      • RepositoryIntegrityViolationException

        public RepositoryIntegrityViolationException​(String message,
                                                     Throwable cause)
        Constructs a new data integrity violation exception with the specified detail message and cause.
        Parameters:
        message - The detail message.
        cause - The cause.