org.jclouds.cloudstack.domain
Class AsyncJobError

java.lang.Object
  extended by org.jclouds.cloudstack.domain.AsyncJobError

public class AsyncJobError
extends Object

Author:
Adrian Cole

Nested Class Summary
static class AsyncJobError.ErrorCode
          Error codes for job errors
 
Constructor Summary
AsyncJobError(AsyncJobError.ErrorCode errorCode, String errorText)
           
 
Method Summary
 boolean equals(Object obj)
           
 AsyncJobError.ErrorCode getErrorCode()
           
 String getErrorText()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AsyncJobError

public AsyncJobError(AsyncJobError.ErrorCode errorCode,
                     String errorText)
Method Detail

getErrorCode

public AsyncJobError.ErrorCode getErrorCode()

getErrorText

public String getErrorText()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.