OperationCanceledException

Added in 1.1.0

public class OperationCanceledException extends RuntimeException


An exception type that is thrown when an operation in progress is canceled.

Summary

Inherited fields

From java.lang.Throwable
Throwable
StackTraceElement[]

Inherited methods

From java.lang.Throwable
synchronized final void
synchronized Throwable
synchronized Throwable
String
String
StackTraceElement[]
synchronized final Throwable[]
synchronized Throwable
void
void
setStackTrace(StackTraceElement[] stackTrace)
String

Public constructors

OperationCanceledException

Added in 1.1.0
public OperationCanceledException()

OperationCanceledException

Added in 1.1.0
public OperationCanceledException(@Nullable String message)