Package org.jclouds.compute.events
Class StatementOnNodeFailure
- java.lang.Object
 - 
- org.jclouds.compute.events.StatementOnNode
 - 
- org.jclouds.compute.events.StatementOnNodeFailure
 
 
 
- 
@Beta public class StatementOnNodeFailure extends StatementOnNode
A statement that failed execution on a node. 
- 
- 
Field Summary
- 
Fields inherited from class org.jclouds.compute.events.StatementOnNode
node, statement 
 - 
 
- 
Constructor Summary
Constructors Constructor Description StatementOnNodeFailure(Statement statement, NodeMetadata node, Throwable cause) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablegetCause()protected com.google.common.base.MoreObjects.ToStringHelperstring()- 
Methods inherited from class org.jclouds.compute.events.StatementOnNode
equals, getNode, getStatement, hashCode, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
StatementOnNodeFailure
public StatementOnNodeFailure(Statement statement, NodeMetadata node, Throwable cause)
 
 - 
 
- 
Method Detail
- 
getCause
public Throwable getCause()
 
- 
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
- Overrides:
 stringin classStatementOnNode
 
 - 
 
 -