Class ConstraintException

    • Constructor Detail

      • ConstraintException

        public ConstraintException()
        The default constructor.
      • ConstraintException

        public ConstraintException​(String message)
        The constructor with a message.
        Parameters:
        message - A message that explains this exception.
      • ConstraintException

        public ConstraintException​(Throwable cause)
        The constructor with a cause.
        Parameters:
        cause - The cause of this exception.
      • ConstraintException

        public ConstraintException​(String message,
                                   Throwable cause)
        The constructor with a message and a cause.
        Parameters:
        message - A message that explains this exception.
        cause - The cause of this exception.