Class UnexpectedFrameException

  • All Implemented Interfaces:
    Serializable

    public class UnexpectedFrameException
    extends ConnectionException
    Exception thrown if the peer sent a frame that was not expected, usually in the context of a content header and body. This strongly indicates a fault in the peer's content processing.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnexpectedFrameException

        public UnexpectedFrameException​(String message)