org.dasein.cloud.azure
Class AzureException

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

public class AzureException
extends CloudException

Created by IntelliJ IDEA. User: greese Date: 5/18/12 Time: 7:15 PM To change this template use File | Settings | File Templates.

See Also:
Serialized Form

Nested Class Summary
static class AzureException.ExceptionItems
           
 
Constructor Summary
AzureException(AzureException.ExceptionItems items)
           
AzureException(CloudErrorType type, int code, String message, String details)
           
 
Method Summary
static AzureException.ExceptionItems parseException(int code, String xml)
           
 
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

AzureException

public AzureException(AzureException.ExceptionItems items)

AzureException

public AzureException(CloudErrorType type,
                      int code,
                      String message,
                      String details)
Method Detail

parseException

@Nullable
public static AzureException.ExceptionItems parseException(@Nonnegative
                                                                    int code,
                                                                    @Nullable
                                                                    String xml)


Copyright © 2013 enStratus Networks Inc. All Rights Reserved.