public static class MultipartStream.MalformedStreamException
extends java.io.IOException
Constructor and Description |
---|
MultipartStream.MalformedStreamException()
Constructs a
MalformedStreamException with no
detail message. |
MultipartStream.MalformedStreamException(java.lang.String message)
Constructs an
MalformedStreamException with
the specified detail message. |
public MultipartStream.MalformedStreamException()
MalformedStreamException
with no
detail message.public MultipartStream.MalformedStreamException(java.lang.String message)
MalformedStreamException
with
the specified detail message.message
- The detail message.Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.