类 ValidationFailureException

    • 构造器详细资料

      • ValidationFailureException

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

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