public static class MultipartStream.MalformedStreamException extends IOException
Constructor and Description |
---|
MalformedStreamException()
Constructs a
MalformedStreamException with no
detail message. |
MalformedStreamException(String message)
Constructs an
MalformedStreamException with
the specified detail message. |
MalformedStreamException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MalformedStreamException()
MalformedStreamException
with no
detail message.public MalformedStreamException(String message)
MalformedStreamException
with
the specified detail message.message
- The detail message.Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly