org.apache.commons.fileupload
Class FileUploadBase.InvalidContentTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.commons.fileupload.FileUploadException
                    |
                    +--org.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

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.


Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.