package error
Type Members
- case class InternalErrorException(throwable: Throwable) extends Exception with Product with Serializable
-
case class
NoSuchBucketException(bucket: String) extends Exception with Product with Serializable
Created by shutty on 8/11/16.
-
case class
NoSuchKeyException(bucket: String, key: String) extends Exception with Product with Serializable
Created by shutty on 8/11/16.