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

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

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

@Suppress("RedundantVisibilityModifier")
public class ParserNotAvailableException(t: Byte) :
    DatabaseException("There is no parser available for message type '$t' (${t.toString(16)})")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy