Class AggregateInvocationException

All Implemented Interfaces:
Serializable

public class AggregateInvocationException extends AxonException
Exception thrown when an invocation on a method of an aggregate gives rise to an exception.
See Also:
  • Constructor Details

    • AggregateInvocationException

      public AggregateInvocationException(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