org.apache.commons.fileupload

Class FileUploadBase.InvalidContentTypeException

Enclosing Class:
FileUploadBase

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 Details

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