Class CannotUpsertToAggregateState
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graphsystem.aggregategraphstatemodifier.exceptions.CannotUpsertToAggregateState
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic CannotUpsertToAggregateStatebecauseMainAggregateNodeDoesntExist(ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, EventFactoryModification modificationDefinition, ai.stapi.identity.UniqueIdentifier mainNodeId) static CannotUpsertToAggregateStatebecauseModificationDefinitionDoesNotHaveInputValueParameterNameSpecified(EventFactoryModification modificationDefinition, ai.stapi.schema.structureSchema.ComplexStructureType operationStructureType, ai.stapi.identity.UniqueIdentifier mainNodeId) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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)
-