Expresso 5-6

com.jcorporate.expresso.core.misc.upload
Class MultipartStream.MalformedStreamException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.jcorporate.expresso.core.misc.upload.MultipartStream.MalformedStreamException
All Implemented Interfaces:
Serializable
Enclosing class:
MultipartStream

public class MultipartStream.MalformedStreamException
extends IOException

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

See Also:
Serialized Form

Constructor Summary
MultipartStream.MalformedStreamException()
          Constructs a MalformedStreamException with no detail message.
MultipartStream.MalformedStreamException(String message)
          Constructs an MalformedStreamException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.