Class PacketEncryptorException

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

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

    • PacketEncryptorException

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