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.IOExceptionThrown upon attempt of setting an invalid boundary token.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description IllegalBoundaryException()Constructs anIllegalBoundaryExceptionwith no detail message.IllegalBoundaryException(java.lang.String message)Constructs anIllegalBoundaryExceptionwith the specified detail message. 
 - 
 
- 
- 
Constructor Detail
- 
IllegalBoundaryException
public IllegalBoundaryException()
Constructs anIllegalBoundaryExceptionwith no detail message. 
- 
IllegalBoundaryException
public IllegalBoundaryException(java.lang.String message)
Constructs anIllegalBoundaryExceptionwith the specified detail message.- Parameters:
 message- The detail message.
 
 - 
 
 -