public static class FileUploadBase.InvalidContentTypeException extends FileUploadException
Constructor and Description |
---|
FileUploadBase.InvalidContentTypeException()
Constructs a
InvalidContentTypeException with no
detail message. |
FileUploadBase.InvalidContentTypeException(String message)
Constructs an
InvalidContentTypeException with
the specified detail message. |
FileUploadBase.InvalidContentTypeException(String msg,
Throwable cause)
Constructs an
InvalidContentTypeException with
the specified detail message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileUploadBase.InvalidContentTypeException()
InvalidContentTypeException
with no
detail message.public FileUploadBase.InvalidContentTypeException(String message)
InvalidContentTypeException
with
the specified detail message.message
- The detail message.Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.