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

com.ziqni.transformers.ZiqniNotFoundException.scala Maven / Gradle / Ivy

The newest version!
/***
  *  Copyright (C) Ziqni Ltd - All Rights Reserved
  *  Unauthorized copying of this file, via any medium is strictly prohibited
  *  Proprietary and confidential
  *  Written by Ziqni Ltd, 2023
  */
package com.ziqni.transformers

case class ZiqniNotFoundException(objectType: String, id: String, isReference:Boolean) extends RuntimeException(s"Not found: objectType=$objectType, isReference=$isReference, id=$id") {
  override def toString: String = super.getMessage
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy