Class PeerAcceptor.ProtocolException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.klomp.snark.PeerAcceptor.ProtocolException
All Implemented Interfaces:
Serializable
Enclosing class:
PeerAcceptor

public static class PeerAcceptor.ProtocolException extends IOException
A unique exception so we can tell the ConnectionAcceptor about non-BT connections
Since:
0.9.1
See Also:
  • Constructor Details

    • ProtocolException

      public ProtocolException(String s)
    • ProtocolException

      public ProtocolException(String s, Throwable t)
      Since:
      0.9.71