Class CannotProvideAggregateDefinition
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ai.stapi.graphsystem.aggregatedefinition.model.exceptions.CannotProvideAggregateDefinition
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbecauseItDoesNotExist(String aggregateName) becauseRelatedOperationDefinitionNotFound(String aggregateName, String operationName, Throwable cause) becauseRelatedStructureSchemaNotFound(String aggregateName, Throwable cause) becauseThereIsNoCommandHandlerForOperation(String operationDefinitionId) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotProvideAggregateDefinition
-
-
Method Details
-
becauseItDoesNotExist
-
becauseRelatedOperationDefinitionNotFound
public static CannotProvideAggregateDefinition becauseRelatedOperationDefinitionNotFound(String aggregateName, String operationName, Throwable cause) -
becauseRelatedStructureSchemaNotFound
public static CannotProvideAggregateDefinition becauseRelatedStructureSchemaNotFound(String aggregateName, Throwable cause) -
becauseThereIsNoCommandHandlerForOperation
public static CannotProvideAggregateDefinition becauseThereIsNoCommandHandlerForOperation(String operationDefinitionId)
-