public class JUploadInterrupted extends Exception
DefaultFileUploadThread, when it detects
that the user clicked on the stop button. Using an exception allows to
interrupt the whole process. It's up to each method to close/free any
resource.| Constructor and Description |
|---|
JUploadInterrupted(String detectedInMethod,
UploadPolicy uploadPolicy)
The standard constructor for this class.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JUploadInterrupted(String detectedInMethod, UploadPolicy uploadPolicy)
detectedInMethod - The full name (with class) of the method that
creates this exception. Used to log all needed information.uploadPolicy - The current upload policy, used to log a message.Copyright © 2015. All rights reserved.