Package rife.engine.exceptions
Class MultipartRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.engine.exceptions.EngineException
rife.engine.exceptions.MultipartRequestException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MultipartCorruptContentDispositionException,MultipartCorruptContentTypeException,MultipartFileErrorException,MultipartFileTooBigException,MultipartInputErrorException,MultipartInvalidBoundaryException,MultipartInvalidContentDispositionException,MultipartInvalidContentTypeException,MultipartInvalidUploadDirectoryException,MultipartMissingBoundaryException,MultipartUnexpectedEndingException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMultipartRequestException(String message) MultipartRequestException(String message, Throwable 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
-
MultipartRequestException
public MultipartRequestException() -
MultipartRequestException
-
MultipartRequestException
-
MultipartRequestException
-