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>
RuntimeException indicating that there was an error operating on the queue, or changing queue state.- Author:
- Kelly Tisdell
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDistributedQueueException(String message) DistributedQueueException(String message, Throwable cause) DistributedQueueException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DistributedQueueException
public DistributedQueueException() -
DistributedQueueException
-
DistributedQueueException
-
DistributedQueueException
-
DistributedQueueException
-