org.mmbase.util
Class PostValueToLargeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mmbase.util.PostValueToLargeException
- All Implemented Interfaces:
- Serializable
public class PostValueToLargeException
- extends RuntimeException
This exception will occur if the getPostParameterByte method is used
While the arraylength is larger than the maximum size allowed
- Version:
- $Id: PostValueToLargeException.java 35335 2009-05-21 08:14:41Z michiel $
- Author:
- vpro
- See Also:
- Serialized Form
- Application:
- SCAN. To port this, use of HttpPost by i.e. taglibs should be replaced with the jakarta FileUpload code.
- Move:
- org.mmbase.servlet
- Rename:
- PostValueTooLargeException
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PostValueToLargeException
public PostValueToLargeException()
PostValueToLargeException
public PostValueToLargeException(String message)
PostValueToLargeException
public PostValueToLargeException(Throwable cause)
PostValueToLargeException
public PostValueToLargeException(String message,
Throwable cause)
MMBase 2.0-SNAPSHOT - null