Package org.apache.commons.fileupload
Class MultipartStream.IllegalBoundaryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.commons.fileupload.MultipartStream.IllegalBoundaryException
- All Implemented Interfaces:
Serializable
- Enclosing class:
MultipartStream
Thrown upon attempt of setting an invalid boundary token.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longThe UID to use when serializing this instance. -
Constructor Summary
ConstructorsConstructorDescriptionConstructs anIllegalBoundaryExceptionwith no detail message.IllegalBoundaryException(String message) Constructs anIllegalBoundaryExceptionwith 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
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDThe UID to use when serializing this instance.- See Also:
-
-
Constructor Details
-
IllegalBoundaryException
public IllegalBoundaryException()Constructs anIllegalBoundaryExceptionwith no detail message. -
IllegalBoundaryException
Constructs anIllegalBoundaryExceptionwith the specified detail message.- Parameters:
message- The detail message.
-