Class KeyAlreadyExistsException

All Implemented Interfaces:
Serializable

public class KeyAlreadyExistsException extends RuntimeException
Thrown when a blob was attempted to be replaced while it already exists
See Also:
  • Constructor Details

    • KeyAlreadyExistsException

      public KeyAlreadyExistsException()
    • KeyAlreadyExistsException

      public KeyAlreadyExistsException(String container, String key)
    • KeyAlreadyExistsException

      public KeyAlreadyExistsException(Exception from)
  • Method Details

    • getContainer

      public String getContainer()
    • getKey

      public String getKey()