Package org.serviceconnector.net
Class FrameDecoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.serviceconnector.net.FrameDecoderException
- All Implemented Interfaces:
Serializable
The Class FrameDecoderException. Occurs when decoding frame fails.
- Author:
- JTraber
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFrameDecoderException(String message) Instantiates a new frame decoder exception.FrameDecoderException(String message, Throwable cause) Instantiates a new frame decoder exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FrameDecoderException
Instantiates a new frame decoder exception.- Parameters:
message- the message
-
FrameDecoderException
Instantiates a new frame decoder exception.- Parameters:
message- the messagecause- the cause
-