Package

com.ryft.spark.connector

exception

Permalink

package exception

Provides classes to represent connector specific exceptions.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. exception
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class RyftRestException(msg: String = null, exc: Throwable = null) extends Exception with Product with Serializable

    Permalink

    Represents exceptions caused by REST API or HTTP Transport.

  2. case class RyftSparkException(msg: String = null, exc: Throwable = null) extends RuntimeException with Product with Serializable

    Permalink

    Represents exceptions caused by Connector code or Spark specific code.

Inherited from AnyRef

Inherited from Any

Ungrouped