Modifier and Type | Class and Description |
---|---|
class |
AxonServerException
Generic exception indicating an error related to AxonServer.
|
Modifier and Type | Method and Description |
---|---|
AxonException |
ErrorCode.convert(io.axoniq.axonserver.grpc.ErrorMessage errorMessage)
Converts the
errorMessage to the relevant AxonException |
AxonException |
ErrorCode.convert(io.axoniq.axonserver.grpc.ErrorMessage errorMessage,
Supplier<Object> details)
Converts the
errorMessage to the relevant AxonException |
AxonException |
ErrorCode.convert(String source,
Throwable throwable)
Converts the
source and the throwable to the relevant AxonException |
AxonException |
ErrorCode.convert(Throwable throwable)
Converts the
throwable to the relevant AxonException |
Modifier and Type | Class and Description |
---|---|
class |
AxonServerCommandDispatchException
Exception thrown if there is a problem dispatching a command on Axon Server.
|
class |
AxonServerRemoteCommandHandlingException
Exception indicating a problem that was reported by the remote end of a connection.
|
Modifier and Type | Class and Description |
---|---|
class |
AxonServerQueryDispatchException
An AxonServer Exception which is thrown on a Query Dispatching exception.
|
class |
AxonServerRemoteQueryHandlingException
An AxonServer Exception which is thrown on a Query Handling exception.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandExecutionException
Indicates that an exception has occurred while handling a command.
|
class |
DuplicateCommandHandlerSubscriptionException
Exception indicating a duplicate Command Handler was subscribed whilst this behavior is purposefully guarded against.
|
class |
NoHandlerForCommandException
Exception indicating that no suitable handler could be found for the given command.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandBusConnectorCommunicationException
Exception thrown when the CommandBusConnector has a communication failure
|
class |
CommandDispatchException
Exception indicating that an error has occurred while trying to dispatch a command to another (potentially remote)
segment of the CommandBus.
|
class |
ServiceRegistryException
Exception that is triggered when an error occurs that is related to the registration or deregistration of a member to
the distributed command bus service registry.
|
Modifier and Type | Class and Description |
---|---|
class |
AxonConfigurationException
Exception indicating that a configuration error has been made in the Axon configuration.
|
class |
AxonNonTransientException
Exception indicating an error has been cause that cannot be resolved without intervention.
|
class |
AxonTransientException
Exception indicating an error occurred that might be resolved by retrying the operation that caused the exception.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcException
Exception indicating an error occurred while interacting with a JDBC resource.
|
Modifier and Type | Class and Description |
---|---|
class |
DeadlockException
Exception indicating that a deadlock has been detected while a thread was attempting to acquire a lock.
|
class |
LockAcquisitionFailedException
Exception indicating that a lock could not be obtained.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyAccessException
Exception indicating that a predefined property is not accessible.
|
Modifier and Type | Class and Description |
---|---|
class |
DeadlineException
Exception which occurs during deadline message processing.
|
Modifier and Type | Class and Description |
---|---|
class |
AggregateBlacklistedException
Exception indicating that an aggregate has been blacklisted by the DisruptorCommandBus.
|
class |
AggregateStateCorruptedException
Exception indicating that the changes in an aggregate (generated events) are ignored by the DisruptorCommandBus,
because it cannot guarantee that these changes have been applied to an aggregate instance with the correct state.
|
Modifier and Type | Class and Description |
---|---|
class |
EventProcessingException
Exception thrown when an
EventProcessor failed to handle a batch of events. |
class |
ResetNotSupportedException
Exception indicating that a reset is not supported by a component.
|
class |
TransactionMethodExecutionException
Wrapper for exceptions that occurred while calling an @BeforeTransaction or @AfterTransaction annotated method.
|
Modifier and Type | Class and Description |
---|---|
class |
SchedulingException
Exception indicating a problem in the Event Scheduling mechanism.
|
Modifier and Type | Class and Description |
---|---|
class |
UnableToClaimTokenException
Exception indicating that a processor tried to claim a Token (either by retrieving or updating it) that has already
been claimed by another process.
|
class |
UnableToInitializeTokenException
Exception indicating that the TokenStore was unable to initialize a Token for a tracking processor and Segment.
|
class |
UnableToRetrieveIdentifierException
Exception indicating that a TokenStore implementation was unable determine its identifier based on the underlying
storage.
|
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 |
LifecycleHandlerInvocationException
Exception indicating a failure occurred during a lifecycle handler method invocation.
|
class |
ShutdownInProgressException
Exception indicating a process tried to register an activity whilst the application is shutting down.
|
Modifier and Type | Class and Description |
---|---|
class |
EventPublicationFailedException
Exception indication that an error occurred while publishing an event to an AMQP Broker
|
class |
ExecutionException
Exception thrown to indicate that execution of a task has failed.
|
class |
HandlerExecutionException
Base exception for exceptions raised by Handler methods.
|
class |
IllegalPayloadAccessException
Indicates situations when access to the Payload of a Message is not allowed.
|
class |
RemoteHandlingException
Exception indicating that an error has occurred while remotely handling a message.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageHandlerInvocationException
MessageHandlerInvocationException is a runtime exception that wraps an exception thrown by an invoked message
handler.
|
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 |
AggregateEntityNotFoundException
Exception indicating that the an entity for an aggregate could not be found.
|
class |
AggregateInvocationException
Exception thrown when an invocation on a method of an aggregate gives rise to an exception.
|
class |
AggregateNotFoundException
Exception indicating that the an aggregate could not be found in the repository.
|
class |
AggregateRolledBackException
Exception indicating that an aggregate has been part of a Unit of Work that was rolled back and that the validity of
its state cannot be guaranteed.
|
class |
AggregateStreamCreationException
Exception indicating that concurrent access to a repository was detected.
|
class |
ConcurrencyException
Exception indicating that concurrent access to a repository was detected.
|
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 |
AggregateModellingException
Thrown if an aggregate model is invalid.
|
Modifier and Type | Class and Description |
---|---|
class |
SagaExecutionException
Exception triggered by a saga while it is processing an event or processing a task.
|
class |
SagaInstantiationException
Exception triggered during initialization of a Saga.
|
class |
SagaStorageException
Exception indicating that an error has occurred while storing 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 |
CompletedEmitterException
Exception indicating that
QueryUpdateEmitter is completed, thus cannot be used to emit messages and report
errors. |
class |
NoHandlerForQueryException
Exception indicating a query for a single result was executed, but no handlers were found that could provide an
answer.
|
class |
QueryExecutionException
Exception indicating that the execution of a Query Handler has resulted in an exception
|
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.
|
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–2022. All rights reserved.