Package org.klomp.snark
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProtocolException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProtocolException
public ProtocolException(String s)
-
-