public class WatchCancelledException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected ResponseHeader |
header |
protected String |
reason |
protected long |
watchId |
| Modifier and Type | Method and Description |
|---|---|
ResponseHeader |
getHeader() |
String |
getReason() |
long |
getWatchId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected final ResponseHeader header
protected final long watchId
protected final String reason
public ResponseHeader getHeader()
public String getReason()
public long getWatchId()
Copyright © 2022. All rights reserved.