public class ChannelIsFullException extends IllegalStateException
| Constructor and Description |
|---|
ChannelIsFullException(String queueId,
int limit) |
ChannelIsFullException(String queueId,
int limit,
String s) |
ChannelIsFullException(String queueId,
int limit,
String message,
Throwable cause) |
ChannelIsFullException(String queueId,
int limit,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLimit() |
String |
getQueueId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2020. All rights reserved.