org.jclouds.compute
Class RunNodesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jclouds.compute.RunNodesException
- All Implemented Interfaces:
- Serializable
public class RunNodesException
- 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 |
RunNodesException
public RunNodesException(String tag,
int count,
Template template,
Set<? extends NodeMetadata> successfulNodes,
Map<?,Exception> executionExceptions,
Map<? extends NodeMetadata,? extends Throwable> failedNodes)
getSuccessfulNodes
public Set<? extends NodeMetadata> getSuccessfulNodes()
- Returns:
- Nodes that performed startup 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
getTag
public String getTag()
getCount
public int getCount()
getTemplate
public Template getTemplate()
Copyright © 2009-2011 jclouds. All Rights Reserved.