org.apache.commons.fileupload
Class MultipartStream.MalformedStreamException
IOException
org.apache.commons.fileupload.MultipartStream.MalformedStreamException
- MultipartStream
public class MultipartStream.MalformedStreamException
extends IOException
Thrown to indicate that the input stream fails to follow the
required syntax.
MalformedStreamException
public MalformedStreamException()
Constructs a MalformedStreamException
with no
detail message.
MalformedStreamException
public MalformedStreamException(String message)
Constructs an MalformedStreamException
with
the specified detail message.
message
- The detail message.
Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.