类 MultipartException

    • 构造器详细资料

      • MultipartException

        public MultipartException​(String msg)
        Constructor for MultipartException.
        参数:
        msg - the detail message
      • MultipartException

        public MultipartException​(String msg,
                                  Throwable cause)
        Constructor for MultipartException.
        参数:
        msg - the detail message
        cause - the root cause from the multipart parsing API in use