Class InitialEventIsMissingAggregateIdException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dk.cloudcreate.essentials.components.eventsourced.aggregates.AggregateException
-
- dk.cloudcreate.essentials.components.eventsourced.aggregates.stateful.classic.InitialEventIsMissingAggregateIdException
-
- All Implemented Interfaces:
Serializable
public class InitialEventIsMissingAggregateIdException extends AggregateException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InitialEventIsMissingAggregateIdException(String msg)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InitialEventIsMissingAggregateIdException
public InitialEventIsMissingAggregateIdException(String msg)
-
-