org.apache.tomcat.util.http.fileupload
public class MultipartStream.MalformedStreamException extends java.io.IOException
| Constructor and Description |
|---|
MultipartStream.MalformedStreamException()
Constructs a
MalformedStreamException with no
detail message. |
MultipartStream.MalformedStreamException(java.lang.String message)
Constructs an
MalformedStreamException with
the specified detail message. |
public MultipartStream.MalformedStreamException()
MalformedStreamException with no
detail message.public MultipartStream.MalformedStreamException(java.lang.String message)
MalformedStreamException with
the specified detail message.message - The detail message.Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.