Package org.pepsoft.util
Class ProgressReceiver.OperationCancelledByUser
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pepsoft.util.ProgressReceiver.OperationCancelled
org.pepsoft.util.ProgressReceiver.OperationCancelledByUser
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ProgressReceiver
public static class ProgressReceiver.OperationCancelledByUser
extends ProgressReceiver.OperationCancelled
Indicates that the operation should be aborted because the user has
requested that it be cancelled. The message is "Cancelled by user".
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationCancelledByUser
public OperationCancelledByUser()
-