com.limegroup.gnutella.handshaking
Class BadHandshakeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.limegroup.gnutella.handshaking.BadHandshakeException
All Implemented Interfaces:
java.io.Serializable

public class BadHandshakeException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
BadHandshakeException(java.io.IOException originalCause)
           
 
Method Summary
 void printStackTrace()
          prints its own stack trace, plus the stack trace for the original exception that caused this exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadHandshakeException

public BadHandshakeException(java.io.IOException originalCause)
Method Detail

printStackTrace

public void printStackTrace()
prints its own stack trace, plus the stack trace for the original exception that caused this exception