Class DistributedBlockingQueue.DistributedQueueException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.broadleafcommerce.core.util.queue.DistributedBlockingQueue.DistributedQueueException
All Implemented Interfaces:
Serializable
Enclosing interface:
DistributedBlockingQueue<E extends Serializable>

public static class DistributedBlockingQueue.DistributedQueueException extends RuntimeException
RuntimeException indicating that there was an error operating on the queue, or changing queue state.
Author:
Kelly Tisdell
See Also:
  • Constructor Details

    • DistributedQueueException

      public DistributedQueueException()
    • DistributedQueueException

      public DistributedQueueException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • DistributedQueueException

      public DistributedQueueException(String message, Throwable cause)
    • DistributedQueueException

      public DistributedQueueException(String message)
    • DistributedQueueException

      public DistributedQueueException(Throwable cause)