org.mmbase.util
Class FileToLargeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byorg.mmbase.util.FileToLargeException
All Implemented Interfaces:
java.io.Serializable

public class FileToLargeException
extends javax.servlet.ServletException

This Exception will occur if the upload file exceeds a certain size, that's specified in HttpPost.

Version:
$Id: FileToLargeException.java,v 1.6 2003/08/29 09:36:55 pierre Exp $
Author:
vpro
See Also:
Serialized Form

Constructor Summary
FileToLargeException()
           
FileToLargeException(java.lang.String message)
           
FileToLargeException(java.lang.String message, java.lang.Throwable cause)
           
FileToLargeException(java.lang.Throwable cause)
           
 
Methods inherited from class javax.servlet.ServletException
getRootCause
 
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

FileToLargeException

public FileToLargeException()

FileToLargeException

public FileToLargeException(java.lang.String message)

FileToLargeException

public FileToLargeException(java.lang.Throwable cause)

FileToLargeException

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


MMBase build 1.7.1.20041002