WorkflowQueryRejectedException
extends WorkflowQueryException
in package
Table of Contents
Properties
- $execution : WorkflowExecution
- $queryRejectCondition : int
- $type : string|null
- $workflowExecutionStatus : int
Methods
- __construct() : mixed
- getExecution() : WorkflowExecution
- getQueryRejectCondition() : int
- getWorkflowExecutionStatus() : int
- getWorkflowType() : string|null
- withoutMessage() : WorkflowException
- buildMessage() : string
- Build key-value list to explain exception. Skips empty values.
Properties
$execution
private
WorkflowExecution
$execution
$queryRejectCondition
private
int
$queryRejectCondition
$type
private
string|null
$type
$workflowExecutionStatus
private
int
$workflowExecutionStatus
Methods
__construct()
public
__construct(WorkflowExecution $execution, string $type, int $queryRejectCondition, int $workflowExecutionStatus[, Throwable|null $previous = null ]) : mixed
Parameters
- $execution : WorkflowExecution
- $type : string
- $queryRejectCondition : int
- $workflowExecutionStatus : int
- $previous : Throwable|null = null
getExecution()
public
getExecution() : WorkflowExecution
Return values
WorkflowExecutiongetQueryRejectCondition()
public
getQueryRejectCondition() : int
Return values
intgetWorkflowExecutionStatus()
public
getWorkflowExecutionStatus() : int
Return values
intgetWorkflowType()
public
getWorkflowType() : string|null
Return values
string|nullwithoutMessage()
public
static withoutMessage(WorkflowExecution $execution[, string|null $workflowType = null ][, Throwable|null $previous = null ]) : WorkflowException
Parameters
- $execution : WorkflowExecution
- $workflowType : string|null = null
- $previous : Throwable|null = null
Return values
WorkflowExceptionbuildMessage()
Build key-value list to explain exception. Skips empty values.
protected
static buildMessage(array<non-empty-string, mixed> $values) : string
Parameters
- $values : array<non-empty-string, mixed>