Class AggregateEntityNotFoundException

All Implemented Interfaces:
Serializable

public class AggregateEntityNotFoundException extends AxonNonTransientException
Exception indicating that the entity of an aggregate could not be found.
Since:
3.3
Author:
Steven van Beelen
See Also:
  • Constructor Details

    • AggregateEntityNotFoundException

      public AggregateEntityNotFoundException(String message)
      Initialize a AggregateEntityNotFoundException with given message.
      Parameters:
      message - The message describing the cause of the exception
    • AggregateEntityNotFoundException

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