Class MultipartInput.FileUploadBoundaryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.fileupload2.core.FileUploadException
org.apache.commons.fileupload2.core.MultipartInput.FileUploadBoundaryException
- All Implemented Interfaces:
Serializable
- Enclosing class:
MultipartInput
Signals an attempt to set an invalid boundary token.
- See Also:
-
Constructor Summary
ConstructorDescriptionFileUploadBoundaryException
(String message) Constructs an instance with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileUploadBoundaryException
Constructs an instance with the specified detail message.- Parameters:
message
- The detail message (which is saved for later retrieval by theThrowable.getMessage()
method)
-