Modifier and Type | Class and Description |
---|---|
class |
NoHandlerForCommandException
Exception indicating that no suitable handler could be found for the given command.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateNotFoundException
Exception indicating that the an aggregate could not be found in the repository.
|
class |
ConflictingAggregateVersionException
Exception indicating that the (actual) version of a loaded aggregate did not match the given expected version number.
|
class |
ConflictingModificationException
Root of a hierarchy of exceptions indicating the detection of conflicting concurrent modifications.
|
Modifier and Type | Class and Description |
---|---|
class |
AxonConfigurationException
Exception indicating that a configuration error has been made in the Axon configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyAccessException
Exception indicating that a predefined property is not accessible.
|
Modifier and Type | Class and Description |
---|---|
class |
SagaInstantiationException
Exception triggered during initialization of a Saga.
|
Modifier and Type | Class and Description |
---|---|
class |
SagaCreationException
Exception triggered when a new saga instance could not be instantiated.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateDeletedException
Special case of the
AggregateNotFoundException that indicates that historic
information of an aggregate was found, but the aggregate has been deleted. |
class |
IncompatibleAggregateException
Exception indicating that an aggregate was not compatible with the requirements of the
GenericAggregateFactory . |
Modifier and Type | Class and Description |
---|---|
class |
EventStoreException
Indicates that the given events stream could not be stored or read due to an underlying exception.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandResponseProcessingFailedException
Exception indicating that a failure occurred during processing of a command response.
|
Modifier and Type | Class and Description |
---|---|
class |
UnsupportedHandlerException
Thrown when an @...Handler annotated method was found that does not conform to the rules that apply to those
methods.
|
Modifier and Type | Class and Description |
---|---|
class |
JSR303ViolationException
Exception indicating that a Message has been refused due to a structural validation failure.
|
Modifier and Type | Class and Description |
---|---|
class |
NoHandlerForQueryException
Exception indicating a query for a single result was executed, but no handlers were found that could provide an
answer.
|
Modifier and Type | Class and Description |
---|---|
class |
CannotConvertBetweenTypesException
Exception indicating that a conversion is required between to upcasters, but there is no converter capable of doing
the conversion.
|
class |
SerializationException
Indicates that an exception occurred while serializing or deserializing an object.
|
class |
UnknownSerializedTypeException
Exception indicating that an object could not be deserialized, because its serialized type cannot be mapped to a
class.
|
Modifier and Type | Class and Description |
---|---|
class |
FixtureExecutionException
Exception indicating that an error occurred that prevented successful execution of a test fixture.
|
Modifier and Type | Class and Description |
---|---|
class |
MatcherExecutionException
Exception indicating that an error occurred that prevented successful execution of a matcher.
|
Copyright © 2010–2017. All rights reserved.