Package org.eclipse.rap.fileupload
Class UploadTimeLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.rap.fileupload.UploadTimeLimitExceededException
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionUploadTimeLimitExceededException(long timeLimit, String fileName) Constructs aUploadTimeLimitExceededExceptionwith permitted time.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the name of the uploaded file when the execption occurs.longReturns the maximum permitted file upload duration in milliseconds.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
UploadTimeLimitExceededExceptionConstructs aUploadTimeLimitExceededExceptionwith permitted time.- Parameters:
- timeLimit- The maximum permitted file upload duration in milliseconds.
- fileName- The name of the uploaded file when the execption occurs.
- Since:
- 3.3
 
 
- 
- 
Method Details- 
getTimeLimitpublic long getTimeLimit()Returns the maximum permitted file upload duration in milliseconds.
- 
getFileNameReturns the name of the uploaded file when the execption occurs.
 
-