public class KeyNotFoundException extends ResourceNotFoundException
| Constructor and Description | 
|---|
KeyNotFoundException()  | 
KeyNotFoundException(String container,
                    String key,
                    String message)  | 
KeyNotFoundException(Throwable from)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getContainer()  | 
String | 
getKey()  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic KeyNotFoundException()
public KeyNotFoundException(Throwable from)
Copyright © 2009-2013 jclouds. All Rights Reserved.