public static class QueryQueue.QueueTimeoutException extends Exception
| Constructor and Description |
|---|
QueueTimeoutException(UserBitShared.QueryId queryId,
String queueName,
int timeoutMs) |
| Modifier and Type | Method and Description |
|---|---|
UserBitShared.QueryId |
queryId() |
String |
queueName() |
int |
timeoutMs() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic QueueTimeoutException(UserBitShared.QueryId queryId, String queueName, int timeoutMs)
public UserBitShared.QueryId queryId()
public String queueName()
public int timeoutMs()
Copyright © 2021 The Apache Software Foundation. All rights reserved.