Class InvalidContentTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.tomcat.util.http.fileupload.FileUploadException
org.apache.tomcat.util.http.fileupload.impl.InvalidContentTypeException
- All Implemented Interfaces:
 Serializable
Thrown to indicate that the request is not a multipart request.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConstructs aInvalidContentTypeExceptionwith no detail message.InvalidContentTypeException(String message) Constructs anInvalidContentTypeExceptionwith the specified detail message.InvalidContentTypeException(String msg, Throwable cause) Constructs anInvalidContentTypeExceptionwith the specified detail message and cause. - 
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InvalidContentTypeException
public InvalidContentTypeException()Constructs aInvalidContentTypeExceptionwith no detail message. - 
InvalidContentTypeException
Constructs anInvalidContentTypeExceptionwith the specified detail message.- Parameters:
 message- The detail message.
 - 
InvalidContentTypeException
 
 -