Class ValidationFailureException

    • Constructor Detail

      • ValidationFailureException

        public ValidationFailureException​(String msg)
        Construct a ValidationFailureException with the specified detail message.
        Parameters:
        msg - the detail message
      • ValidationFailureException

        public ValidationFailureException​(String msg,
                                          Throwable cause)
        Construct a ValidationFailureException with the specified detail message and nested exception.
        Parameters:
        msg - the detail message
        cause - the nested exception