public class MultipartRequestParseException extends RequestParseException
Constructor and Description |
---|
MultipartRequestParseException(String msg)
Constructor to create exception with a message.
|
MultipartRequestParseException(String msg,
Throwable cause)
Constructor to create exception to wrap another exception and pass a message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MultipartRequestParseException(String msg)
msg
- a message to associate with the exceptionCopyright © 2008–2017 Aspectran.com. All rights reserved.