Class FrameDecodingException

All Implemented Interfaces:
Serializable

public class FrameDecodingException extends ProtocolViolationException
Exception thrown when the engine cannot decode an incoming frame due to some error either with the encoding itself or the contents which cause a specification violation.
See Also:
  • Constructor Details

    • FrameDecodingException

      public FrameDecodingException()
    • FrameDecodingException

      public FrameDecodingException(String message, Throwable cause)
    • FrameDecodingException

      public FrameDecodingException(String message)
    • FrameDecodingException

      public FrameDecodingException(Throwable cause)