org.apache.tomcat.util.http.fileupload
Class MultipartStream.MalformedStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.tomcat.util.http.fileupload.MultipartStream.MalformedStreamException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- MultipartStream
public static class MultipartStream.MalformedStreamException
- extends IOException
Thrown to indicate that the input stream fails to follow the
required syntax.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MultipartStream.MalformedStreamException
public MultipartStream.MalformedStreamException()
- Constructs a
MalformedStreamException
with no
detail message.
MultipartStream.MalformedStreamException
public MultipartStream.MalformedStreamException(String message)
- Constructs an
MalformedStreamException
with
the specified detail message.
- Parameters:
message
- The detail message.
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.