Definition at line 846 of file MultipartStream.java.
Public Member Functions | |
IllegalBoundaryException () | |
Constructs an IllegalBoundaryException with no detail message. | |
IllegalBoundaryException (String message) | |
Constructs an IllegalBoundaryException with the specified detail message. |
org.apache.commons.fileupload.MultipartStream.IllegalBoundaryException.IllegalBoundaryException | ( | String | message | ) |
Constructs an IllegalBoundaryException
with the specified detail message.
message | The detail message. |
Definition at line 864 of file MultipartStream.java.