org.jclouds.vcloud.director.v1_5
Class VCloudDirectorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jclouds.vcloud.director.v1_5.VCloudDirectorException
All Implemented Interfaces:
Serializable

public class VCloudDirectorException
extends RuntimeException

Author:
grkvlt@apache.org
See Also:
Serialized Form

Constructor Summary
VCloudDirectorException(Error error)
           
VCloudDirectorException(Task task)
           
 
Method Summary
 Error.Code getCode()
           
 Error getError()
           
 Integer getMajorErrorCode()
           
 Task getTask()
           
 boolean hasTask()
           
 
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

VCloudDirectorException

public VCloudDirectorException(Error error)

VCloudDirectorException

public VCloudDirectorException(Task task)
Method Detail

getMajorErrorCode

public Integer getMajorErrorCode()

getCode

public Error.Code getCode()

getError

public Error getError()

hasTask

public boolean hasTask()

getTask

public Task getTask()


Copyright © 2009-2012 jclouds. All Rights Reserved.