Package

com.folio_sec.reladomo.scala_api

exception

Permalink

package exception

Visibility
  1. Public
  2. All

Type Members

  1. case class ReladomoConfigurationException(message: String) extends Exception with Product with Serializable

    Permalink

    Represents an exception which occurred during initializing Reladomo configuration.

    Represents an exception which occurred during initializing Reladomo configuration.

    message

    message

  2. case class ReladomoException(cause: MithraBusinessException) extends Exception with Product with Serializable

    Permalink

    Represents any kinds of Exception which occurred inside Reladomo.

    Represents any kinds of Exception which occurred inside Reladomo.

    cause

    the root cause exception

Ungrouped