Package com.github.ddth.queue.utils
-
Exception Summary Exception Description QueueException Thrown to indicate that there has been an error with queue oeration.QueueException.CannotDeserializeQueueMessage Thrown to indicate that the queue message can not be deserialized.QueueException.CannotSerializeQueueMessage Thrown to indicate that the queue message can not be serialized.QueueException.EphemeralIsFull Thrown to indicate that the ephemeral storage is full.QueueException.OperationNotSupported Thrown to indicate that the queue implementation does not support the invoked operation.QueueException.QueueIsFull Thrown to indicate that the queue storage is full.