org.jclouds.blobstore
Class KeyAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
KeyAlreadyExistsException
public KeyAlreadyExistsException()
KeyAlreadyExistsException
public KeyAlreadyExistsException(String container,
String key)
KeyAlreadyExistsException
public KeyAlreadyExistsException(Exception from)
getContainer
public String getContainer()
getKey
public String getKey()
Copyright © 2009-2011 jclouds. All Rights Reserved.