org.axonframework.eventsourcing
Class AggregateDeletedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.util.AxonException
org.axonframework.util.AxonNonTransientException
org.axonframework.repository.AggregateNotFoundException
org.axonframework.eventsourcing.AggregateDeletedException
- All Implemented Interfaces:
- Serializable
public class AggregateDeletedException
- extends AggregateNotFoundException
Special case of the AggregateNotFoundException that indicates that historic
information of an aggregate was found, but the aggregate has been deleted.
- Since:
- 0.4
- Author:
- Allard Buijze
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AggregateDeletedException
public AggregateDeletedException(String message)
- Initialize a AggregateDeletedException with the given
message
- Parameters:
message - The message describing the cause of the exception
Copyright © 2011. All Rights Reserved.