Class PacketDecodingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.exceptionfactory.socketbroker.protocol.PacketDecodingException
All Implemented Interfaces:
Serializable

public class PacketDecodingException extends RuntimeException
Packet Decoding Exception indicating failure to read bytes or find expected information
See Also:
  • Constructor Details

    • PacketDecodingException

      public PacketDecodingException(String message)
      Packet Decoding Exception
      Parameters:
      message - Exception Message
    • PacketDecodingException

      public PacketDecodingException(String message, Throwable cause)
      Packet Decoding Exception with specified cause
      Parameters:
      message - Exception Message
      cause - Exception Cause