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 Details

    • SizeException

      protected SizeException(String message)
      Creates a new instance.
      Parameters:
      message - The detail message.