org.dasein.cloud.aws.storage
Class GlacierException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dasein.cloud.CloudException
              extended by org.dasein.cloud.aws.storage.GlacierException
All Implemented Interfaces:
Serializable

public class GlacierException
extends org.dasein.cloud.CloudException

See Also:
Serialized Form

Constructor Summary
GlacierException(org.dasein.cloud.CloudErrorType type, int httpCode, String providerCode, String msg)
           
 
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

GlacierException

public GlacierException(@Nonnull
                        org.dasein.cloud.CloudErrorType type,
                        @Nonnegative
                        int httpCode,
                        @Nullable
                        String providerCode,
                        @Nonnull
                        String msg)


Copyright © 2009-2014 Dell, Inc.. All Rights Reserved.