com.dtolabs.rundeck.core.execution
Interface ExceptionStatusResult

All Superinterfaces:
StatusResult
All Known Subinterfaces:
ExecutionResult, NodeExecutorResult, NodeStepResult, StepExecutionResult, WorkflowExecutionResult
All Known Implementing Classes:
BaseExecutionResult, NodeExecutorResultImpl, NodeStepResultImpl, StepExecutionResultImpl

public interface ExceptionStatusResult
extends StatusResult

ExceptionStatusResult is ...


Method Summary
 java.lang.Throwable getException()
          Return any exception that was caught
 
Methods inherited from interface com.dtolabs.rundeck.core.execution.StatusResult
isSuccess
 

Method Detail

getException

java.lang.Throwable getException()
Return any exception that was caught