org.apache.commons.fileupload
Class FileUploadBase.InvalidContentTypeException
- FileUploadBase
public static class FileUploadBase.InvalidContentTypeException
Thrown to indicate that the request is not a multipart request.
InvalidContentTypeException
public InvalidContentTypeException()
Constructs a InvalidContentTypeException
with no
detail message.
InvalidContentTypeException
public InvalidContentTypeException(String message)
Constructs an InvalidContentTypeException
with
the specified detail message.
message
- The detail message.
Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.