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

com.simiacryptus.jopenai.exceptions.QuotaException.kt Maven / Gradle / Ivy

The newest version!
package com.simiacryptus.jopenai.exceptions
import org.slf4j.LoggerFactory

class QuotaException : AIServiceException("Quota exceeded", isFatal = true)
{
    companion object {
        private val logger = LoggerFactory.getLogger("QuotaLogger")
    }
    init {
        logger.warn("QuotaException initialized: Quota exceeded")
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy