public class DbMaxReadersExceededException extends DbException
If you intend to work with a very high number of threads (>100), consider increasing the number of maximum readers
using BoxStoreBuilder.maxReaders(int) and enabling query retries using
BoxStoreBuilder.queryAttempts(int).
For debugging issues related to this exception, check BoxStore.diagnose().
| Constructor and Description |
|---|
DbMaxReadersExceededException(java.lang.String message) |
DbMaxReadersExceededException(java.lang.String message,
int errorCode) |
getErrorCode, toString