org.apache.tomcat.util.http.fileupload

Class FileUploadBase.InvalidContentTypeException

public static class FileUploadBase.InvalidContentTypeException extends FileUploadException

Thrown to indicate that the request is not a multipart request.
Constructor Summary
InvalidContentTypeException()
Constructs a InvalidContentTypeException with no detail message.
InvalidContentTypeException(String message)
Constructs an InvalidContentTypeException with the specified detail message.

Constructor Detail

InvalidContentTypeException

public InvalidContentTypeException()
Constructs a InvalidContentTypeException with no detail message.

InvalidContentTypeException

public InvalidContentTypeException(String message)
Constructs an InvalidContentTypeException with the specified detail message.

Parameters: message The detail message.

Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.