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. |
getCause, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, 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 © 2002–2013 The Apache Software Foundation. All rights reserved.