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 org.jclouds.rest.ResourceNotFoundException
Thrown when a blob cannot be located in the container.
See Also:
  • Constructor Details

    • KeyNotFoundException

      public KeyNotFoundException()
    • KeyNotFoundException

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

      public KeyNotFoundException(Throwable from)
  • Method Details

    • getContainer

      public String getContainer()
    • getKey

      public String getKey()