Package org.pepsoft.util
Class ProgressReceiver.OperationCancelled
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pepsoft.util.ProgressReceiver.OperationCancelled
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ProgressReceiver.OperationCancelledByUser
- Enclosing interface:
- ProgressReceiver
Indicates that the operation should be aborted, for instance because the
user has requested that it be cancelled, or because an error has
occurred. The message may indicate the reason of the cancellation.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOperationCancelled(String message) OperationCancelled(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationCancelled
-
OperationCancelled
-