org.jclouds.blobstore
Class KeyAlreadyExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jclouds.blobstore.KeyAlreadyExistsException
All Implemented Interfaces:
Serializable

public class KeyAlreadyExistsException
extends RuntimeException

Thrown when a blob was attempted to be replaced while it already exists

Author:
Adrian Cole
See Also:
Serialized Form

Constructor Summary
KeyAlreadyExistsException()
           
KeyAlreadyExistsException(Exception from)
           
KeyAlreadyExistsException(String container, String key)
           
 
Method Summary
 String getContainer()
           
 String getKey()
           
 
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

KeyAlreadyExistsException

public KeyAlreadyExistsException()

KeyAlreadyExistsException

public KeyAlreadyExistsException(String container,
                                 String key)

KeyAlreadyExistsException

public KeyAlreadyExistsException(Exception from)
Method Detail

getContainer

public String getContainer()

getKey

public String getKey()


Copyright © 2009-2011 jclouds. All Rights Reserved.