Class PacketDecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.exceptionfactory.socketbroker.protocol.PacketDecodingException
- All Implemented Interfaces:
Serializable
Packet Decoding Exception indicating failure to read bytes or find expected information
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPacketDecodingException
(String message) Packet Decoding ExceptionPacketDecodingException
(String message, Throwable cause) Packet Decoding Exception with specified cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PacketDecodingException
Packet Decoding Exception- Parameters:
message
- Exception Message
-
PacketDecodingException
Packet Decoding Exception with specified cause- Parameters:
message
- Exception Messagecause
- Exception Cause
-