org.dasein.cloud.google
Class GoogleConfigurationException

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.GoogleConfigurationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoContextException

public class GoogleConfigurationException
extends org.dasein.cloud.CloudException

An error in configuring Google's context in some manner.

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

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

Constructor Summary
GoogleConfigurationException(String message)
           
GoogleConfigurationException(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

GoogleConfigurationException

public GoogleConfigurationException(@Nonnull
                                    String message)

GoogleConfigurationException

public GoogleConfigurationException(@Nonnull
                                    Throwable cause)


Copyright © 2014 Dell, Inc. All Rights Reserved.