public static final class EventQueueCollection.TransientException extends RuntimeException
RuntimeException indicating that a Consumer
started by an
EventQueueCollection has encountered an error that might
not happen if the consumption operation is retried.EventQueueCollection.start(Consumer),
EventQueueCollection,
Serialized Form| Constructor and Description |
|---|
TransientException()
Creates a new
EventQueueCollection.TransientException. |
TransientException(String message)
Creates a new
EventQueueCollection.TransientException. |
TransientException(String message,
Throwable cause)
Creates a new
EventQueueCollection.TransientException. |
TransientException(Throwable cause)
Creates a new
EventQueueCollection.TransientException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransientException()
EventQueueCollection.TransientException.public TransientException(String message)
EventQueueCollection.TransientException.message - a detail message describing the error; may be
nullpublic TransientException(Throwable cause)
EventQueueCollection.TransientException.cause - the Throwable that caused this EventQueueCollection.TransientException to be created; may be nullpublic TransientException(String message, Throwable cause)
EventQueueCollection.TransientException.message - a detail message describing the error; may be
nullcause - the Throwable that caused this EventQueueCollection.TransientException to be created; may be nullCopyright © 2017–2021, microBean™. All rights reserved.