org.neo4j.com
Class IllegalProtocolVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.neo4j.com.ComException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.