org.dasein.cloud.vcloud
Class vCloudException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dasein.cloud.CloudException
              extended by org.dasein.cloud.vcloud.vCloudException
All Implemented Interfaces:
Serializable

public class vCloudException
extends CloudException

[Class Documentation]

Created by George Reese: 2/5/13 3:10 PM

Author:
George Reese
See Also:
Serialized Form

Nested Class Summary
static class vCloudException.Data
           
 
Constructor Summary
vCloudException(CloudErrorType type, int code, String title, String description)
           
vCloudException(vCloudException.Data data)
           
 
Method Summary
static vCloudException.Data parseException(int code, Node errorNode)
           
 
Methods inherited from class org.dasein.cloud.CloudException
getErrorType, getHttpCode, getProviderCode
 
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

vCloudException

public vCloudException(@Nonnull
                       vCloudException.Data data)

vCloudException

public vCloudException(@Nonnull
                       CloudErrorType type,
                       @Nonnegative
                       int code,
                       @Nonnull
                       String title,
                       @Nonnull
                       String description)
Method Detail

parseException

public static vCloudException.Data parseException(@Nonnegative
                                                  int code,
                                                  @Nonnull
                                                  Node errorNode)


Copyright © 2013 enStratus Networks Inc. All Rights Reserved.