Class ConstraintViolationException

All Implemented Interfaces:
Serializable

public class ConstraintViolationException extends LipidException
An exception that is thrown to indicate that preconditions have been violated.
Author:
Dominik Kopczynski, Nils Hoffmann
See Also:
  • Constructor Details

    • ConstraintViolationException

      protected ConstraintViolationException()
    • ConstraintViolationException

      public ConstraintViolationException(String message)
    • ConstraintViolationException

      public ConstraintViolationException(String message, Throwable cause)
    • ConstraintViolationException

      public ConstraintViolationException(Throwable cause)