package exceptions
Linear Supertypes
Type Members
- case class InconsistentDynamicWriteException(message: String = null, cause: Throwable = null) extends IllegalArgumentException with Product with Serializable
- case class TableNotMountedException(message: String = null, cause: Throwable = null) extends IllegalStateException with Product with Serializable
- case class TooLargeBatchException(message: String = null, cause: Throwable = null) extends IllegalArgumentException with Product with Serializable