Class InvalidRuntimeManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.model.execution.InvalidActivityStateException
de.aristaflow.adept2.model.execution.InvalidRuntimeManagerException
- All Implemented Interfaces:
Serializable
This exception will be raised if an execution manager cannot resolve the
runtime manager URIs provided by an
EBPInstanceReference.- Author:
- Ulrich Kreher
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final EBPInstanceReferenceTheEBPInstanceReferencenot providing valid runtime manager URIs.Fields inherited from class de.aristaflow.adept2.model.execution.InvalidActivityStateException
activityState, agent -
Constructor Summary
ConstructorsConstructorDescriptionCreates a newInvalidRuntimeManagerExceptionto indicate that an execution manager cannot resolve the runtime manager URIs provided by anEBPInstanceReference.InvalidRuntimeManagerException(EBPInstanceReference ebp, ProcessConstants.NodeState state, Throwable cause) Creates a newInvalidRuntimeManagerExceptionto indicate that an execution manager cannot resolve the runtime manager URIs provided by anEBPInstanceReference. -
Method Summary
Modifier and TypeMethodDescriptionURI[]Gets the URIs for the runtime manager causing this exception since they cannot be resolved.Methods inherited from class de.aristaflow.adept2.model.execution.InvalidActivityStateException
getActivityState, getAgentMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ebp
TheEBPInstanceReferencenot providing valid runtime manager URIs.
-
-
Constructor Details
-
InvalidRuntimeManagerException
Creates a newInvalidRuntimeManagerExceptionto indicate that an execution manager cannot resolve the runtime manager URIs provided by anEBPInstanceReference.- Parameters:
ebp- TheEBPInstanceReferencenot providing valid runtime manager URIs.state- The state of the node causing this exception. This is needed for the superclass.
-
InvalidRuntimeManagerException
public InvalidRuntimeManagerException(EBPInstanceReference ebp, ProcessConstants.NodeState state, Throwable cause) Creates a newInvalidRuntimeManagerExceptionto indicate that an execution manager cannot resolve the runtime manager URIs provided by anEBPInstanceReference.- Parameters:
ebp- TheEBPInstanceReferencenot providing valid runtime manager URIs.state- The state of the node causing this exception. This is needed for the superclass.cause- The cause for theInvalidRuntimeManagerExceptionproviding additional information.
-
-
Method Details
-
getRuntimeManagerURI
Gets the URIs for the runtime manager causing this exception since they cannot be resolved.- Returns:
- The URIs for the runtime manager that cannot be resolved (and therefore caused this exception.
-