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

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

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

@Suppress("RedundantVisibilityModifier")
public class NegativeMessageSizeException(code: Byte, size: Int) :
    DatabaseException("Message of type %d had negative size %s".format(code, size))




© 2015 - 2025 Weber Informatics LLC | Privacy Policy