Package 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.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description KeyNotFoundException()
KeyNotFoundException(String container, String key, String message)
KeyNotFoundException(Throwable from)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getContainer()
String
getKey()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-