Class CannotUpsertToAggregateState

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graphsystem.aggregategraphstatemodifier.exceptions.CannotUpsertToAggregateState
All Implemented Interfaces:
Serializable

public class CannotUpsertToAggregateState extends RuntimeException
See Also:
  • Method Details

    • becauseMainAggregateNodeDoesntExist

      public static CannotUpsertToAggregateState becauseMainAggregateNodeDoesntExist(ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, EventFactoryModification modificationDefinition, ai.stapi.identity.UniqueIdentifier mainNodeId)
    • becauseModificationDefinitionDoesNotHaveInputValueParameterNameSpecified

      public static CannotUpsertToAggregateState becauseModificationDefinitionDoesNotHaveInputValueParameterNameSpecified(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, ai.stapi.identity.UniqueIdentifier mainNodeId)