|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.glassfish.grizzly.PendingWriteQueueLimitExceededException
public final class PendingWriteQueueLimitExceededException
Thrown when an attempt is made to add a AsyncWriteQueueRecord that exceeds
the configured maximum queue size.
AsyncQueueWriter.canWrite(org.glassfish.grizzly.Connection, int),
AsyncQueueWriter.setMaxPendingBytesPerConnection(int),
Serialized Form| Constructor Summary | |
|---|---|
PendingWriteQueueLimitExceededException()
|
|
PendingWriteQueueLimitExceededException(java.lang.String message)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PendingWriteQueueLimitExceededException()
public PendingWriteQueueLimitExceededException(java.lang.String message)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||