public class KeyNotFoundException extends ResourceNotFoundException
| Constructor and Description | 
|---|
KeyNotFoundException()  | 
KeyNotFoundException(Exception from)  | 
KeyNotFoundException(String container,
                    String key,
                    String message)  | 
| 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(Exception from)
Copyright © 2009-2013 jclouds. All Rights Reserved.