Class InvalidContentTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.helger.web.fileupload.exception.FileUploadException
-
- com.helger.web.fileupload.exception.InvalidContentTypeException
-
- All Implemented Interfaces:
Serializable
public class InvalidContentTypeException extends FileUploadException
Thrown to indicate that the request is not a multipart request.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidContentTypeException(String sMsg)Constructs anInvalidContentTypeExceptionwith the specified detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidContentTypeException
public InvalidContentTypeException(String sMsg)
Constructs anInvalidContentTypeExceptionwith the specified detail message.- Parameters:
sMsg- The detail message.
-
-