org.apache.wicket.util.upload
public static class MultipartFormInputStream.MalformedStreamException extends IOException
| Constructor and Description |
|---|
MultipartFormInputStream.MalformedStreamException()
Constructs a
MalformedStreamException with no detail message. |
MultipartFormInputStream.MalformedStreamException(String message)
Constructs an
MalformedStreamException with the specified detail message. |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MultipartFormInputStream.MalformedStreamException()
MalformedStreamException with no detail message.public MultipartFormInputStream.MalformedStreamException(String message)
MalformedStreamException with the specified detail message.message - The detail message.Copyright © 2006–2018 Apache Software Foundation. All rights reserved.