Class OperationCanceledException

All Implemented Interfaces:
Serializable

public class OperationCanceledException extends RuntimeException
An exception type that is thrown when an operation in progress is canceled.
See Also:
  • Constructor Details

    • OperationCanceledException

      public OperationCanceledException()
    • OperationCanceledException

      public OperationCanceledException(@Nullable String message)