
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