org.dasein.cloud.google
Class GoogleException

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

public class GoogleException
extends org.dasein.cloud.CloudException

Base exception class for errors that occur in Google.

Created by George Reese: 12/06/2012 9:44 AM

Since:
2013.01
Version:
2013.01 initial version
Author:
George Reese
See Also:
Serialized Form

Nested Class Summary
static class GoogleException.ParsedException
           
 
Constructor Summary
GoogleException(org.dasein.cloud.CloudErrorType type, int httpCode, String providerCode, String message)
           
GoogleException(GoogleException.ParsedException exception)
           
GoogleException(Throwable cause)
           
 
Method Summary
 
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

GoogleException

public GoogleException(@Nonnull
                       Throwable cause)

GoogleException

public GoogleException(@Nonnull
                       org.dasein.cloud.CloudErrorType type,
                       @Nonnegative
                       int httpCode,
                       @Nonnull
                       String providerCode,
                       @Nonnull
                       String message)

GoogleException

public GoogleException(GoogleException.ParsedException exception)


Copyright © 2014 Dell, Inc. All Rights Reserved.