Uses of Enum Class
fr.gouv.vitam.storage.offers.tape.inmemoryqueue.QueueProcessingException.RetryPolicy
-
Uses of QueueProcessingException.RetryPolicy in fr.gouv.vitam.storage.offers.tape.inmemoryqueue
Modifier and TypeMethodDescriptionQueueProcessingException.getRetryPolicy()
Returns the enum constant of this class with the specified name.static QueueProcessingException.RetryPolicy[]
QueueProcessingException.RetryPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionQueueProcessingException
(QueueProcessingException.RetryPolicy retryPolicy, String message) QueueProcessingException
(QueueProcessingException.RetryPolicy retryPolicy, String message, Throwable cause) QueueProcessingException
(QueueProcessingException.RetryPolicy retryPolicy, Throwable cause)