public static class QueryQueue.QueueTimeoutException extends Exception
| Constructor and Description |
|---|
QueryQueue.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 QueryQueue.QueueTimeoutException(UserBitShared.QueryId queryId, String queueName, int timeoutMs)
public UserBitShared.QueryId queryId()
public String queueName()
public int timeoutMs()
Copyright © 2017 The Apache Software Foundation. All rights reserved.