public class AggregateDeletedException
extends org.axonframework.modelling.command.AggregateNotFoundException
AggregateNotFoundException that indicates that historic
information of an aggregate was found, but the aggregate has been deleted.| Constructor and Description |
|---|
AggregateDeletedException(String aggregateIdentifier)
Initialize a AggregateDeletedException for an aggregate identifier by given
aggregateIdentifier and
a default message. |
AggregateDeletedException(String aggregateIdentifier,
String message)
Initialize a AggregateDeletedException for an aggregate identifier by given
aggregateIdentifier and
given message. |
getAggregateIdentifieraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AggregateDeletedException(String aggregateIdentifier, String message)
aggregateIdentifier and
given message.aggregateIdentifier - The identifier of the aggregate that has been deletedmessage - The message describing the cause of the exceptionpublic AggregateDeletedException(String aggregateIdentifier)
aggregateIdentifier and
a default message.aggregateIdentifier - The identifier of the aggregate that has been deletedCopyright © 2010–2024. All rights reserved.