org.neo4j.com
Class IllegalProtocolVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.neo4j.com.ComException
                  extended by org.neo4j.com.IllegalProtocolVersionException
All Implemented Interfaces:
Serializable

public class IllegalProtocolVersionException
extends ComException

Thrown when a communication between client/server is attempted and either of internal protocol version and application protocol doesn't match.

Author:
Mattias Persson
See Also:
Serialized Form

Constructor Summary
IllegalProtocolVersionException()
           
IllegalProtocolVersionException(String message)
           
IllegalProtocolVersionException(String message, Throwable cause)
           
IllegalProtocolVersionException(Throwable cause)
           
 
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

IllegalProtocolVersionException

public IllegalProtocolVersionException()

IllegalProtocolVersionException

public IllegalProtocolVersionException(String message,
                                       Throwable cause)

IllegalProtocolVersionException

public IllegalProtocolVersionException(String message)

IllegalProtocolVersionException

public IllegalProtocolVersionException(Throwable cause)


Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.