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

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

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

@Suppress("RedundantVisibilityModifier")
public class DateEncoderNotAvailableException(value: Any) :
    DatabaseException("There is no encoder for value <%s> of type %s".format(value, value::class.java.canonicalName))




© 2015 - 2025 Weber Informatics LLC | Privacy Policy