public class ActorNotFoundException extends NotFoundException
| Constructor and Description |
|---|
ActorNotFoundException(String message)
Constructs a new exception with the specified detail message.
|
ActorNotFoundException(String actorName,
ProcessDefinition processDefinition)
Constructs a new exception and the specified detail message.
|
ActorNotFoundException(Throwable cause)
Constructs a new exception with the specified detail cause.
|
getContext, getMessage, getUserName, setConnectorActivationEventOnContext, setConnectorDefinitionIdOnContext, setConnectorDefinitionImplementationClassNameOnContext, setConnectorDefinitionVersionOnContext, setConnectorInstanceIdOnContext, setDataClassName, setDataName, setDocumentIdOnContext, setFlowNodeDefinitionIdOnContext, setFlowNodeInstanceIdOnContext, setFlowNodeNameOnContext, setGroupIdOnContext, setMessageInstanceNameOnContext, setMessageInstanceTargetFlowNodeOnContext, setMessageInstanceTargetProcessOnContext, setProcessDefinitionIdOnContext, setProcessDefinitionNameOnContext, setProcessDefinitionVersionOnContext, setProcessInstanceIdOnContext, setRoleIdOnContext, setRootProcessInstanceIdOnContext, setUserIdOnContext, setUserName, setWaitingMessageEventTypeOnContextaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ActorNotFoundException(Throwable cause)
cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the
cause is nonexistent or unknown.)public ActorNotFoundException(String message)
message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method).public ActorNotFoundException(String actorName, ProcessDefinition processDefinition)
actorName - The not found actorprocessDefinition - The process definition where we search the actorCopyright © 2018 Bonitasoft S.A.. All rights reserved.