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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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.
FileUploadBase.InvalidContentTypeException
public FileUploadBase.InvalidContentTypeException(java.lang.String msg,
java.lang.Throwable cause)
Copyright © 2002-2014. All Rights Reserved.