org.jclouds.compute
Class RunNodesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jclouds.compute.RunNodesException
All Implemented Interfaces:
Serializable

public class RunNodesException
extends Exception

Author:
Adrian Cole
See Also:
Serialized Form

Constructor Summary
RunNodesException(String group, int count, Template template, Set<? extends NodeMetadata> successfulNodes, Map<?,Exception> executionExceptions, Map<? extends NodeMetadata,? extends Throwable> failedNodes)
           
 
Method Summary
 int getCount()
           
 Map<?,? extends Throwable> getExecutionErrors()
           
 String getGroup()
           
 Map<? extends NodeMetadata,? extends Throwable> getNodeErrors()
           
 Set<? extends NodeMetadata> getSuccessfulNodes()
           
 Template getTemplate()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RunNodesException

public RunNodesException(String group,
                         int count,
                         Template template,
                         Set<? extends NodeMetadata> successfulNodes,
                         Map<?,Exception> executionExceptions,
                         Map<? extends NodeMetadata,? extends Throwable> failedNodes)
Method Detail

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

getGroup

public String getGroup()

getCount

public int getCount()

getTemplate

public Template getTemplate()


Copyright © 2009-2012 jclouds. All Rights Reserved.