org.jclouds.blobstore
Class KeyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jclouds.rest.ResourceNotFoundException
org.jclouds.blobstore.KeyNotFoundException
- All Implemented Interfaces:
- Serializable
public class KeyNotFoundException
- extends ResourceNotFoundException
Thrown when a blob cannot be located in the container.
- 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 |
KeyNotFoundException
public KeyNotFoundException()
KeyNotFoundException
public KeyNotFoundException(String container,
String key,
String message)
KeyNotFoundException
public KeyNotFoundException(Exception from)
getContainer
public String getContainer()
getKey
public String getKey()
Copyright © 2009-2011 jclouds. All Rights Reserved.