org.klomp.snark
Class PeerAcceptor.ProtocolException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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:
Serialized Form

Constructor Summary
PeerAcceptor.ProtocolException(String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PeerAcceptor.ProtocolException

public PeerAcceptor.ProtocolException(String s)