Class DeadlineException

All Implemented Interfaces:
Serializable

public class DeadlineException extends AxonTransientException
Exception which occurs during deadline message processing.
Since:
3.3
Author:
Milan Savic
See Also:
  • Constructor Details

    • DeadlineException

      public DeadlineException(String message)
      Initializes deadline exception with message and no cause.
      Parameters:
      message - message describing what went wrong
    • DeadlineException

      public DeadlineException(String message, Throwable cause)
      Initializes deadline exception with message and actual cause.
      Parameters:
      message - message describing what went wrong
      cause - actual cause of exception