Class KeyNotFoundException

All Implemented Interfaces:
Serializable

public class KeyNotFoundException extends 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()