public class InvalidQueueModeException
extends java.lang.RuntimeException
Queue.leaseTasks(long, java.util.concurrent.TimeUnit, long)
called on a push queue,
Queue.add(TaskOptions)
with method TaskOptions.Method
PULL to
a push queue, or with TaskOptions.Method
not equal to PULL to a pull
queue.Constructor and Description |
---|
InvalidQueueModeException(java.lang.String detail) |