Class AxonTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.messaging.core.timeout.AxonTimeoutException
All Implemented Interfaces:
Serializable

public class AxonTimeoutException extends RuntimeException
Exception indicated that an Axon-specific task has timed out. This task can represent an entire UnitOfWork or the handling of a specific Message.
Since:
4.11.3
Author:
Mitchell Herrijgers
See Also:
  • Constructor Details

    • AxonTimeoutException

      public AxonTimeoutException(String message)
      Initializes an AxonTimeoutException with the given message.
      Parameters:
      message - The message describing the cause of the timeout.