Class MultipartException

    • Constructor Detail

      • MultipartException

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

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