All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.findify.s3mock.error.NoSuchKeyException.scala Maven / Gradle / Ivy

The newest version!
package io.findify.s3mock.error

/**
  * Created by shutty on 8/11/16.
  */
case class NoSuchKeyException(bucket:String, key:String) extends Exception(s"key does not exist: s3://$bucket/$key") {
  def toXML =
    
      NoSuchKey
      The resource you requested does not exist
      /{bucket}/{key}
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy