Class PacketCompressorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tenio.core.exception.PacketCompressorException
All Implemented Interfaces:
Serializable

public final class PacketCompressorException extends RuntimeException
When something went wrong with the packet compression processes.
See Also:
  • Constructor Details

    • PacketCompressorException

      public PacketCompressorException(String message)
      Creates a new exception.
      Parameters:
      message - a warning String message
      See Also: