Class MultipartException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MaxUploadSizeExceededException

public class MultipartException extends NestedRuntimeException
Exception thrown when multipart resolution fails.
Since:
29.09.2003
Author:
Trevor D. Cook, Juergen Hoeller
See Also:
  • Constructor Details

    • MultipartException

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

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