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 aInvalidContentTypeException
with no detail message.InvalidContentTypeException
(String message) Constructs anInvalidContentTypeException
with the specified detail message.InvalidContentTypeException
(String msg, Throwable cause) Constructs anInvalidContentTypeException
with the specified detail message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidContentTypeException
public InvalidContentTypeException()Constructs aInvalidContentTypeException
with no detail message. -
InvalidContentTypeException
Constructs anInvalidContentTypeException
with the specified detail message.- Parameters:
message
- The detail message.
-
InvalidContentTypeException
-