org.axonframework.domain
Class AggregateIdentifierNotInitializedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.axonframework.common.AxonException
                  extended by org.axonframework.common.AxonNonTransientException
                      extended by 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

Constructor Summary
AggregateIdentifierNotInitializedException(String message)
          Initialize the exception with the given message
 
Method Summary
 
Methods inherited from class org.axonframework.common.AxonNonTransientException
isCauseOf
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.