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

org.finra.msd.customExceptions.ColumnNullException.scala Maven / Gradle / Ivy

package org.finra.msd.customExceptions

final case class ColumnNullException(private val message: String = "",
                                     private val cause: Throwable = None.orNull) extends Exception(message, cause){

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy