org.mmbase.util
Class PostValueToLargeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.mmbase.util.PostValueToLargeException
All Implemented Interfaces:
java.io.Serializable

public class PostValueToLargeException
extends java.lang.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,v 1.7 2003/12/03 11:29:20 keesj Exp $
Author:
vpro
See Also:
Serialized Form

Constructor Summary
PostValueToLargeException()
           
PostValueToLargeException(java.lang.String message)
           
PostValueToLargeException(java.lang.String message, java.lang.Throwable cause)
           
PostValueToLargeException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PostValueToLargeException

public PostValueToLargeException()

PostValueToLargeException

public PostValueToLargeException(java.lang.String message)

PostValueToLargeException

public PostValueToLargeException(java.lang.Throwable cause)

PostValueToLargeException

public PostValueToLargeException(java.lang.String message,
                                 java.lang.Throwable cause)


MMBase build 1.7.1.20041002