org.apache.commons.fileupload
Class MultipartStream.IllegalBoundaryException
IOException
org.apache.commons.fileupload.MultipartStream.IllegalBoundaryException
- MultipartStream
public class MultipartStream.IllegalBoundaryException
extends IOException
Thrown upon attempt of setting an invalid boundary token.
IllegalBoundaryException
public IllegalBoundaryException()
Constructs an IllegalBoundaryException
with no
detail message.
IllegalBoundaryException
public IllegalBoundaryException(String message)
Constructs an IllegalBoundaryException
with
the specified detail message.
message
- The detail message.
Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.