org.jclouds.compute.events
Class StatementOnNodeFailure

java.lang.Object
  extended by org.jclouds.compute.events.StatementOnNode
      extended by org.jclouds.compute.events.StatementOnNodeFailure

@Beta
public class StatementOnNodeFailure
extends StatementOnNode

A statement that failed execution on a node.

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.compute.events.StatementOnNode
node, statement
 
Constructor Summary
StatementOnNodeFailure(Statement statement, NodeMetadata node, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 
Methods inherited from class org.jclouds.compute.events.StatementOnNode
equals, getNode, getStatement, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatementOnNodeFailure

public StatementOnNodeFailure(Statement statement,
                              NodeMetadata node,
                              Throwable cause)
Method Detail

getCause

public Throwable getCause()

string

protected com.google.common.base.Objects.ToStringHelper string()
Overrides:
string in class StatementOnNode


Copyright © 2009-2012 jclouds. All Rights Reserved.