EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.tucana
Class UploadSizeLimitExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by echopoint.tucana.UploadSizeLimitExceededException
All Implemented Interfaces:
Serializable

public class UploadSizeLimitExceededException
extends RuntimeException

A custom exception used to indicate that the file uploaded exceeded the maximum allowed size.

Note: Development of this component was sponsored by TCN Broadcasting. We are grateful for their support and sponsorship.

Version:
$Id: UploadSizeLimitExceededException.java 78 2008-11-05 02:36:59Z sptrakesh $
Author:
Echo File Transfer Library
See Also:
Serialized Form

Constructor Summary
UploadSizeLimitExceededException()
          Default constructor.
UploadSizeLimitExceededException(Throwable cause)
           
 
Method Summary
 
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

UploadSizeLimitExceededException

public UploadSizeLimitExceededException()
Default constructor.


UploadSizeLimitExceededException

public UploadSizeLimitExceededException(Throwable cause)
Parameters:
cause - The cause of the exception

EchoPoint API - 3.0.0b5
App Webcontainer