public static class MultipartStream.MalformedStreamException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
The UID to use when serializing this instance.
|
Constructor and Description |
---|
MalformedStreamException()
Constructs a
MalformedStreamException with no
detail message. |
MalformedStreamException(java.lang.String message)
Constructs an
MalformedStreamException with
the specified detail message. |
private static final long serialVersionUID
public MalformedStreamException()
MalformedStreamException
with no
detail message.public MalformedStreamException(java.lang.String message)
MalformedStreamException
with
the specified detail message.message
- The detail message.