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

public static class ProgressReceiver.OperationCancelled extends Exception
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 Details

    • OperationCancelled

      public OperationCancelled(String message)
    • OperationCancelled

      public OperationCancelled(String message, Throwable cause)