Package org.jclouds.compute
Class RunScriptOnNodesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jclouds.compute.RunScriptOnNodesException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRunScriptOnNodesException
(Statement runScript, RunScriptOptions options, Map<NodeMetadata, ExecResponse> successfulNodes, Map<?, Exception> executionExceptions, Map<? extends NodeMetadata, ? extends Throwable> failedNodes) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RunScriptOnNodesException
public RunScriptOnNodesException(Statement runScript, @Nullable RunScriptOptions options, Map<NodeMetadata, ExecResponse> successfulNodes, Map<?, Exception> executionExceptions, Map<? extends NodeMetadata, ? extends Throwable> failedNodes)
-
-
Method Details
-
getSuccessfulNodes
- Returns:
- Nodes that performed ssh without error
-
getExecutionErrors
- Returns:
- Nodes that performed startup without error, but incurred problems applying options
-
getNodeErrors
- Returns:
- Nodes that performed startup without error, but incurred problems applying options
-
getRunScript
-
getOptions
-