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, toString
public KeyNotFoundException()
public KeyNotFoundException(Exception from)
Copyright © 2009-2012 jclouds. All Rights Reserved.