Package play.data.parsing
Class ApacheMultipartParser.SizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.fileupload.FileUploadException
play.data.parsing.ApacheMultipartParser.SizeException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ApacheMultipartParser
protected abstract static class ApacheMultipartParser.SizeException
extends org.apache.commons.fileupload.FileUploadException
This exception is thrown, if a requests permitted size is exceeded.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.fileupload.FileUploadException
getCause, printStackTrace, printStackTrace
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SizeException
Creates a new instance.- Parameters:
message
- The detail message.
-