Class ProcessRetriesExhaustedException

All Implemented Interfaces:
Serializable

public class ProcessRetriesExhaustedException extends AxonException
Exception indicating that an action was retried a maximum times, without a good result.
Since:
4.5.13
Author:
Gerard Klijs
See Also:
  • Constructor Details

    • ProcessRetriesExhaustedException

      public ProcessRetriesExhaustedException(String message)
      Initializes the exception using the given message.
      Parameters:
      message - The message describing the exception
    • ProcessRetriesExhaustedException

      public ProcessRetriesExhaustedException(String message, Throwable cause)
      Initializes the exception using the given message and cause.
      Parameters:
      message - The message describing the exception
      cause - The underlying cause of the exception