org.apache.tomcat.util.http.fileupload
public class MultipartStream.IllegalBoundaryException extends IOException
Constructor Summary | |
---|---|
IllegalBoundaryException()
Constructs an IllegalBoundaryException with no
detail message. | |
IllegalBoundaryException(String message)
Constructs an IllegalBoundaryException with
the specified detail message.
|
IllegalBoundaryException
with no
detail message.IllegalBoundaryException
with
the specified detail message.
Parameters: message The detail message.