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

com.github.frtu.persistence.exception.Exceptions.kt Maven / Gradle / Ivy

package com.github.frtu.persistence.exception

import java.lang.IllegalArgumentException

/**
 * Generic exception to raise Data cannot be fetch from persistence layer
 *
 * @author Frédéric TU
 * @since 1.1.1
 */
class DataNotExist(id: String) : IllegalArgumentException("Id doesn't exist ${id}")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy