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 SummaryConstructorsConstructorDescriptionConstructs 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 SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidContentTypeExceptionpublic InvalidContentTypeException()Constructs aInvalidContentTypeExceptionwith no detail message.
- 
InvalidContentTypeExceptionConstructs anInvalidContentTypeExceptionwith the specified detail message.- Parameters:
- message- The detail message.
 
- 
InvalidContentTypeExceptionConstructs anInvalidContentTypeExceptionwith the specified detail message and cause.- Parameters:
- msg- The detail message.
- cause- the original cause
- Since:
- 1.3.1
 
 
-