org.apache.commons.fileupload

Class MultipartStream.IllegalBoundaryException

Enclosing Class:
MultipartStream

public class MultipartStream.IllegalBoundaryException
extends IOException

Thrown upon attempt of setting an invalid boundary token.

Constructor Summary

IllegalBoundaryException()
Constructs an IllegalBoundaryException with no detail message.
IllegalBoundaryException(String message)
Constructs an IllegalBoundaryException with the specified detail message.

Constructor Details

IllegalBoundaryException

public IllegalBoundaryException()
Constructs an IllegalBoundaryException with no detail message.

IllegalBoundaryException

public IllegalBoundaryException(String message)
Constructs an IllegalBoundaryException with the specified detail message.
Parameters:
message - The detail message.

Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.