Package com.github.ddth.queue.utils
Class QueueException.QueueIsFull
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.ddth.queue.utils.QueueException
-
- com.github.ddth.queue.utils.QueueException.QueueIsFull
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- QueueException
public static class QueueException.QueueIsFull extends QueueException
Thrown to indicate that the queue storage is full.- Since:
- 0.5.0
- Author:
- Thanh Nguyen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.github.ddth.queue.utils.QueueException
QueueException.CannotDeserializeQueueMessage, QueueException.CannotSerializeQueueMessage, QueueException.EphemeralIsFull, QueueException.OperationNotSupported, QueueException.QueueIsFull
-
-
Constructor Summary
Constructors Constructor Description QueueIsFull(int maxSize)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-