org.axonframework.domain
Class AggregateIdentifierNotInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.axonframework.common.AxonException
org.axonframework.common.AxonNonTransientException
org.axonframework.domain.AggregateIdentifierNotInitializedException
- All Implemented Interfaces:
- Serializable
public class AggregateIdentifierNotInitializedException
- extends AxonNonTransientException
Exception indicating that an AggregateRoot instance has failed to provide a valid aggregate identifier in time.
Generally, this must be done during the loading or initialization of an aggregate.
- Since:
- 2.0
- 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 |
AggregateIdentifierNotInitializedException
public AggregateIdentifierNotInitializedException(String message)
- Initialize the exception with the given
message
- Parameters:
message
- The message describing the exception
Copyright © 2010-2016. All Rights Reserved.