public class MultipartMalformedStreamException extends IOException
| Constructor and Description |
|---|
MultipartMalformedStreamException()
Constructs a
MalformedStreamException with no detail message. |
MultipartMalformedStreamException(String sMsg)
Constructs an
MalformedStreamException with the specified
detail message. |
MultipartMalformedStreamException(String sMsg,
Throwable aCause)
Constructs an
MalformedStreamException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MultipartMalformedStreamException()
MalformedStreamException with no detail message.public MultipartMalformedStreamException(String sMsg)
MalformedStreamException with the specified
detail message.sMsg - The detail message.Copyright © 2014–2019 Philip Helger. All rights reserved.