org.jclouds.blobstore
Class KeyNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jclouds.rest.ResourceNotFoundException
                  extended by 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

Constructor Summary
KeyNotFoundException()
           
KeyNotFoundException(Exception from)
           
KeyNotFoundException(String container, String key, String message)
           
 
Method Summary
 String getContainer()
           
 String getKey()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KeyNotFoundException

public KeyNotFoundException()

KeyNotFoundException

public KeyNotFoundException(String container,
                            String key,
                            String message)

KeyNotFoundException

public KeyNotFoundException(Exception from)
Method Detail

getContainer

public String getContainer()

getKey

public String getKey()


Copyright © 2009-2011 jclouds. All Rights Reserved.