org.jclouds.ec2.domain
Class BundleTask.Error

java.lang.Object
  extended by org.jclouds.ec2.domain.BundleTask.Error
Enclosing class:
BundleTask

public static class BundleTask.Error
extends Object

If the task fails, a description of the error.

Author:
Adrian Cole
See Also:

Constructor Summary
BundleTask.Error(String code, String message)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCode()
           
 String getMessage()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BundleTask.Error

public BundleTask.Error(String code,
                        String message)
Method Detail

getCode

public String getCode()

getMessage

public String getMessage()

toString

public String toString()
Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2009-2011 jclouds. All Rights Reserved.