public abstract class CoordinatorException extends DriverException
Modifier | Constructor and Description |
---|---|
protected |
CoordinatorException(Node coordinator,
String message,
ExecutionInfo executionInfo,
boolean writableStackTrace) |
Modifier and Type | Method and Description |
---|---|
Node |
getCoordinator() |
copy, getExecutionInfo, setExecutionInfo
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected CoordinatorException(@NonNull Node coordinator, @NonNull String message, @Nullable ExecutionInfo executionInfo, boolean writableStackTrace)
@NonNull public Node getCoordinator()
Copyright © 2017–2024. All rights reserved.