public static class DistributedBlockingQueue.DistributedQueueException extends RuntimeException
RuntimeException indicating that there was an error operating on the queue, or changing queue state.| Constructor and Description |
|---|
DistributedQueueException() |
DistributedQueueException(String message) |
DistributedQueueException(String message,
Throwable cause) |
DistributedQueueException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
DistributedQueueException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DistributedQueueException()
public DistributedQueueException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public DistributedQueueException(String message)
public DistributedQueueException(Throwable cause)
Copyright © 2022. All rights reserved.