org.apache.tomcat.util.http.fileupload

Class MultipartStream.IllegalBoundaryException

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 Detail

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 © 2000-2011 Apache Software Foundation. All Rights Reserved.