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 class MultipartStream.MalformedStreamException
extends java.io.IOException

Thrown to indicate that the input stream fails to follow the required syntax.

See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
MultipartStream.MalformedStreamException()
          Constructs a MalformedStreamException with no detail message.
MultipartStream.MalformedStreamException(java.lang.String message)
          Constructs an MalformedStreamException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

MultipartStream.MalformedStreamException

public MultipartStream.MalformedStreamException()
Constructs a MalformedStreamException with no detail message.

MultipartStream.MalformedStreamException

public MultipartStream.MalformedStreamException(java.lang.String message)
Constructs an MalformedStreamException with the specified detail message.
Parameters:
message - The detail message.