public class InvalidQueueModeException extends RuntimeExceptionMismatch of task method and queue mode. e.g. 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.
Constructors
InvalidQueueModeException(String detail)
public InvalidQueueModeException(String detail)| Parameter | |
|---|---|
| Name | Description |
detail |
String |