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

com.lithic.api.errors.NotFoundException.kt Maven / Gradle / Ivy

package com.lithic.api.errors

import com.google.common.collect.ListMultimap

class NotFoundException(
    headers: ListMultimap,
    body: String,
    error: LithicError,
) : LithicServiceException(404, headers, body, error)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy