Package org.apache.commons.fileupload
Class MultipartStream.MalformedStreamException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.io.IOException
 - 
- org.apache.commons.fileupload.MultipartStream.MalformedStreamException
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
- Enclosing class:
 - MultipartStream
 
public static class MultipartStream.MalformedStreamException extends java.io.IOExceptionThrown to indicate that the input stream fails to follow the required syntax.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MalformedStreamException()Constructs aMalformedStreamExceptionwith no detail message.MalformedStreamException(java.lang.String message)Constructs anMalformedStreamExceptionwith the specified detail message. 
 - 
 
- 
- 
Constructor Detail
- 
MalformedStreamException
public MalformedStreamException()
Constructs aMalformedStreamExceptionwith no detail message. 
- 
MalformedStreamException
public MalformedStreamException(java.lang.String message)
Constructs anMalformedStreamExceptionwith the specified detail message.- Parameters:
 message- The detail message.
 
 - 
 
 -