org.jclouds.compute
Class RunScriptOnNodesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jclouds.compute.RunScriptOnNodesException
- All Implemented Interfaces:
- Serializable
public class RunScriptOnNodesException
- extends Exception
- Author:
- Adrian Cole
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RunScriptOnNodesException
public RunScriptOnNodesException(Statement runScript,
@Nullable
RunScriptOptions options,
Map<NodeMetadata,ExecResponse> successfulNodes,
Map<?,Exception> executionExceptions,
Map<? extends NodeMetadata,? extends Throwable> failedNodes)
getSuccessfulNodes
public Map<NodeMetadata,ExecResponse> getSuccessfulNodes()
- Returns:
- Nodes that performed ssh without error
getExecutionErrors
public Map<?,? extends Throwable> getExecutionErrors()
- Returns:
- Nodes that performed startup without error, but incurred problems applying options
getNodeErrors
public Map<? extends NodeMetadata,? extends Throwable> getNodeErrors()
- Returns:
- Nodes that performed startup without error, but incurred problems applying options
getRunScript
public Statement getRunScript()
getOptions
public RunScriptOptions getOptions()
Copyright © 2009-2011 jclouds. All Rights Reserved.