Class FrameErrorException

  • All Implemented Interfaces:
    Serializable

    public class FrameErrorException
    extends ConnectionException
    Exception thrown if the sender sent a malformed frame that the recipient could not decode. This strongly implies a programming error in the sending peer.
    See Also:
    Serialized Form
    • Constructor Detail

      • FrameErrorException

        public FrameErrorException​(String message)