org.springframework.web.multipart
Class MaxUploadSizeExceededException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.servlet.ServletException
              extended byorg.springframework.web.multipart.MultipartException
                  extended byorg.springframework.web.multipart.MaxUploadSizeExceededException
All Implemented Interfaces:
Serializable

public class MaxUploadSizeExceededException
extends MultipartException

MultipartException subclass thrown when an upload exceeds the maximum allowed size.

Since:
1.0.1
Author:
Juergen Hoeller
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
MaxUploadSizeExceededException(long maxUploadSize)
           
MaxUploadSizeExceededException(long maxUploadSize, Throwable ex)
           
MaxUploadSizeExceededException(String msg)
           
MaxUploadSizeExceededException(String msg, Throwable ex)
           
 
Method Summary
 long getMaxUploadSize()
           
 
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

MaxUploadSizeExceededException

public MaxUploadSizeExceededException(String msg)

MaxUploadSizeExceededException

public MaxUploadSizeExceededException(String msg,
                                      Throwable ex)

MaxUploadSizeExceededException

public MaxUploadSizeExceededException(long maxUploadSize)

MaxUploadSizeExceededException

public MaxUploadSizeExceededException(long maxUploadSize,
                                      Throwable ex)
Method Detail

getMaxUploadSize

public long getMaxUploadSize()


Copyright (C) 2003-2004 The Spring Framework Project.