org.apache.commons.fileupload
Class FileUploadBase.InvalidContentTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.fileupload.FileUploadException
              extended byorg.apache.commons.fileupload.FileUploadBase.InvalidContentTypeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
FileUploadBase

public static class FileUploadBase.InvalidContentTypeException
extends FileUploadException

Thrown to indicate that the request is not a multipart request.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
FileUploadBase.InvalidContentTypeException()
          Constructs a InvalidContentTypeException with no detail message.
FileUploadBase.InvalidContentTypeException(java.lang.String message)
          Constructs an InvalidContentTypeException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileUploadBase.InvalidContentTypeException

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


FileUploadBase.InvalidContentTypeException

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

Parameters:
message - The detail message.