java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dk.cloudcreate.essentials.components.eventsourced.aggregates.AggregateException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InitialEventIsMissingAggregateIdException

public class AggregateException extends RuntimeException
See Also:
  • Constructor Details

    • AggregateException

      public AggregateException()
    • AggregateException

      public AggregateException(String message)
    • AggregateException

      public AggregateException(String message, Throwable cause)
    • AggregateException

      public AggregateException(Throwable cause)
    • AggregateException

      public AggregateException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)