Packages

package error

Type Members

  1. case class InternalErrorException (throwable: Throwable) extends Exception with Product with Serializable
  2. case class NoSuchBucketException (bucket: String) extends Exception with Product with Serializable

    Created by shutty on 8/11/16.

  3. case class NoSuchKeyException (bucket: String, key: String) extends Exception with Product with Serializable

    Created by shutty on 8/11/16.

Ungrouped