Package | Description |
---|---|
fr.sii.ogham.core.exception.retry |
Modifier and Type | Class and Description |
---|---|
class |
ExecutionFailedNotRetriedException
Specialized exception that is thrown when no retry is requested to execute
the action.
|
class |
ExecutionFailureWrapper
Simple wrapper that carries additional information about the execution
context.
|
class |
MaximumAttemptsReachedException
Specialized exception that indicates that the action couldn't be executed due
to too many attempts.
|
class |
RetryExecutionInterruptedException
Specialized exception that indicates that the action has failed while
executing because the thread running the action has been interrupted.
|
class |
UnrecoverableException
Specialized exception that is thrown when the action has thrown an error that
should not be ignored therefore the action should not be retried anymore.
|
Copyright © 2021. All rights reserved.