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

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

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

/**
  * Created by shutty on 8/11/16.
  */
case class NoSuchBucketException(bucket:String) extends Exception(s"bucket does not exist: s3://$bucket") {
  def toXML = 
    NoSuchBucket
    The specified bucket does not exist
    {bucket}
  
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy