com.echomine.net
Class HandshakeFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.echomine.net.ConnectionException
              extended by com.echomine.net.HandshakeFailedException
All Implemented Interfaces:
java.io.Serializable

public class HandshakeFailedException
extends ConnectionException

The exception thrown when connection handshake fails. This only applies to those classes that works with HandshakeableSocketHandler

See Also:
Serialized Form

Constructor Summary
HandshakeFailedException()
           
HandshakeFailedException(java.lang.String msg)
           
 
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

HandshakeFailedException

public HandshakeFailedException()

HandshakeFailedException

public HandshakeFailedException(java.lang.String msg)


Copyright © 2001-2005 Echomine. All Rights Reserved.