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 SummaryConstructorsConstructorDescriptionFileUploadBoundaryException(String message) Constructs an instance with the specified detail message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
FileUploadBoundaryExceptionConstructs an instance with the specified detail message.- Parameters:
- message- The detail message (which is saved for later retrieval by the- Throwable.getMessage()method)
 
 
-