public static class FileUploadBase.InvalidContentTypeException extends FileUploadException
| Constructor and Description | 
|---|
| InvalidContentTypeException()Constructs a  InvalidContentTypeExceptionwith no
 detail message. | 
| InvalidContentTypeException(String message)Constructs an  InvalidContentTypeExceptionwith
 the specified detail message. | 
| InvalidContentTypeException(String msg,
                           Throwable cause)Constructs an  InvalidContentTypeExceptionwith
 the specified detail message and cause. | 
getCause, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic InvalidContentTypeException()
InvalidContentTypeException with no
 detail message.public InvalidContentTypeException(String message)
InvalidContentTypeException with
 the specified detail message.message - The detail message.public InvalidContentTypeException(String msg, Throwable cause)
InvalidContentTypeException with
 the specified detail message and cause.msg - The detail message.cause - the original causeCopyright © 2002–2019 The Apache Software Foundation. All rights reserved.