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:
java.io.Serializable
- Enclosing class:
- MultipartStream
public static class MultipartStream.IllegalBoundaryException extends java.io.IOException
Thrown upon attempt of setting an invalid boundary token.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalBoundaryException()
Constructs anIllegalBoundaryException
with no detail message.IllegalBoundaryException(java.lang.String message)
Constructs anIllegalBoundaryException
with the specified detail message.
-
-
-
Constructor Detail
-
IllegalBoundaryException
public IllegalBoundaryException()
Constructs anIllegalBoundaryException
with no detail message.
-
IllegalBoundaryException
public IllegalBoundaryException(java.lang.String message)
Constructs anIllegalBoundaryException
with the specified detail message.- Parameters:
message
- The detail message.
-
-