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
public static class MultipartInput.FileUploadBoundaryException extends FileUploadException
Signals an attempt to set an invalid boundary token.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileUploadBoundaryException(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 Detail
-
FileUploadBoundaryException
public FileUploadBoundaryException(String message)
Constructs an instance with the specified detail message.- Parameters:
message
- The detail message (which is saved for later retrieval by theThrowable.getMessage()
method)
-
-