public static class MultipartStream.MalformedStreamException
extends java.io.IOException
Thrown to indicate that the input stream fails to follow the required syntax.
| Constructor and Description |
|---|
MalformedStreamException()
Constructs a
MalformedStreamException with no detail message. |
MalformedStreamException(java.lang.String message)
Constructs an
MalformedStreamException with the specified detail message. |
public MalformedStreamException()
Constructs a MalformedStreamException with no detail message.
public MalformedStreamException(java.lang.String message)
Constructs an MalformedStreamException with the specified detail message.
message - The detail message.Copyright © 2014–2017 ActFramework. All rights reserved.