Uses of Class
org.axonframework.util.AxonNonTransientException

Packages that use AxonNonTransientException
org.axonframework.commandhandling Classes that implement the concept of command handling using explicit command objects. 
org.axonframework.eventhandling Classes related to event handling and dispatching, such as Event Listeners and the Event Bus
org.axonframework.eventhandling.annotation Classes in support of the configuration of Event Handlers using annotations. 
org.axonframework.eventsourcing Classes related to event sourcing. 
org.axonframework.eventstore Definitions and implementations of the Event store, the mechanism that can load event streams and append events to them. 
org.axonframework.repository Classes related to the repository interface and implementations. 
org.axonframework.saga   
org.axonframework.util Generic utility classes used throughout the Axon Framework. 
 

Uses of AxonNonTransientException in org.axonframework.commandhandling
 

Subclasses of AxonNonTransientException in org.axonframework.commandhandling
 class NoHandlerForCommandException
          Exception indicating that no suitable handler could be found for the given command.
 

Uses of AxonNonTransientException in org.axonframework.eventhandling
 

Subclasses of AxonNonTransientException in org.axonframework.eventhandling
 class UnsupportedHandlerMethodException
          Thrown when an EventHandler annotated method was found that does not conform to the rules that apply to those methods.
 

Uses of AxonNonTransientException in org.axonframework.eventhandling.annotation
 

Subclasses of AxonNonTransientException in org.axonframework.eventhandling.annotation
 class UnsupportedPolicyException
          Exception indicating that a given EventSequencingPolicy could not be initialized.
 

Uses of AxonNonTransientException in org.axonframework.eventsourcing
 

Subclasses of AxonNonTransientException in org.axonframework.eventsourcing
 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 GenericEventSourcingRepository.
 

Uses of AxonNonTransientException in org.axonframework.eventstore
 

Subclasses of AxonNonTransientException in org.axonframework.eventstore
 class EventStoreException
          Indicates that the given events stream could not be stored or read due to an underlying exception.
 class EventStreamNotFoundException
          Exception indicating that the event store could not find an event stream for a given aggregate type and identifier.
 

Uses of AxonNonTransientException in org.axonframework.repository
 

Subclasses of AxonNonTransientException in org.axonframework.repository
 class AggregateNotFoundException
          Exception indicating that the an aggregate could not be found in the repository.
 class ConflictingAggregateVersionException
          Exception indicating that the 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.
 

Uses of AxonNonTransientException in org.axonframework.saga
 

Subclasses of AxonNonTransientException in org.axonframework.saga
 class NoSuchSagaException
          Exception indicating that the specified Saga could not be found.
 

Uses of AxonNonTransientException in org.axonframework.util
 

Subclasses of AxonNonTransientException in org.axonframework.util
 class AxonConfigurationException
          Exception indicating that a configuration error has been made in the Axon configuration.
 class SerializationException
          Indicates that an exception occurred while serializing or deserializing an object.
 



Copyright © 2011. All Rights Reserved.