org.apache.tomcat.util.http.fileupload
public class MultipartStream.IllegalBoundaryException extends java.io.IOException
Constructor and Description |
---|
MultipartStream.IllegalBoundaryException()
Constructs an
IllegalBoundaryException with no
detail message. |
MultipartStream.IllegalBoundaryException(java.lang.String message)
Constructs an
IllegalBoundaryException with
the specified detail message. |
public MultipartStream.IllegalBoundaryException()
IllegalBoundaryException
with no
detail message.public MultipartStream.IllegalBoundaryException(java.lang.String message)
IllegalBoundaryException
with
the specified detail message.message
- The detail message.Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.