Class ProtocolViolationException

All Implemented Interfaces:
Serializable

public class ProtocolViolationException extends IOException
Throw an exception due to unexpected data when reading packets.
Author:
Christoffer Lerno
See Also:
  • Constructor Details

    • ProtocolViolationException

      public ProtocolViolationException(String message)
      Create a new exception.
      Parameters:
      message - exception message.