All Downloads are FREE. Search and download functionalities are using the official Maven repository.

skinny.orm.exception.AssociationSettingsException.scala Maven / Gradle / Ivy

There is a newer version: 2.3.0-RC1
Show newest version
package skinny.orm.exception

/**
 * Represents settings failures of associations.
 *
 * @param message message
 * @param cause cause
 */
case class AssociationSettingsException(message: String, cause: Throwable = null)
  extends IllegalStateException(message, cause)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy