Uses of Enum Class
fr.gouv.vitam.storage.offers.tape.inmemoryqueue.QueueProcessingException.RetryPolicy
Packages that use QueueProcessingException.RetryPolicy
-
Uses of QueueProcessingException.RetryPolicy in fr.gouv.vitam.storage.offers.tape.inmemoryqueue
Methods in fr.gouv.vitam.storage.offers.tape.inmemoryqueue that return QueueProcessingException.RetryPolicyModifier 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.Constructors in fr.gouv.vitam.storage.offers.tape.inmemoryqueue with parameters of type QueueProcessingException.RetryPolicyModifierConstructorDescriptionQueueProcessingException
(QueueProcessingException.RetryPolicy retryPolicy, String message) QueueProcessingException
(QueueProcessingException.RetryPolicy retryPolicy, String message, Throwable cause) QueueProcessingException
(QueueProcessingException.RetryPolicy retryPolicy, Throwable cause)