Class ExecutionException

All Implemented Interfaces:
Serializable

public class ExecutionException extends AxonTransientException
Exception thrown to indicate that execution of a task has failed. Depending on the cause of the execution exception the operation could succeed if repeated.
Since:
3.0
Author:
Rene de Waele
See Also:
  • Constructor Details

    • ExecutionException

      public ExecutionException(String message, Throwable cause)
      Initialize an ExecutionException with the given message and cause.
      Parameters:
      message - The message describing the cause of the exception
      cause - The cause of the exception