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

com.github.jasync.sql.db.exceptions.EncoderNotAvailableException.kt Maven / Gradle / Ivy

package com.github.jasync.sql.db.exceptions

import com.github.jasync.sql.db.KindedMessage

@Suppress("RedundantVisibilityModifier")
public class EncoderNotAvailableException(message: KindedMessage) :
    DatabaseException("Encoder not available for name %s".format(message.kind))




© 2015 - 2025 Weber Informatics LLC | Privacy Policy