public class IllegalExecutionStateException extends IllegalStateException
IllegalStateException indicating a mismatch in the expected and actual ExecutionState of an Execution.| 构造器和说明 |
|---|
IllegalExecutionStateException(Execution execution,
ExecutionState expected,
ExecutionState actual)
Creates a new IllegalExecutionStateException with the error message indicating the expected
and actual state.
|
IllegalExecutionStateException(ExecutionState expected,
ExecutionState actual)
Creates a new IllegalExecutionStateException with the error message indicating the expected
and actual state.
|
public IllegalExecutionStateException(ExecutionState expected, ExecutionState actual)
expected - The expected stateactual - The actual statepublic IllegalExecutionStateException(Execution execution, ExecutionState expected, ExecutionState actual)
expected - The expected stateactual - The actual stateCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.