org.eclipse.net4j.protocol
Class ProtocolVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.eclipse.net4j.protocol.ProtocolVersionException
All Implemented Interfaces:
Serializable

public class ProtocolVersionException
extends IllegalStateException

An exception that indicates mismatch between the versions of two protocol peer implementations.

Since:
4.2
See Also:
Serialized Form

Constructor Summary
ProtocolVersionException()
           
ProtocolVersionException(String s)
           
ProtocolVersionException(String message, Throwable cause)
           
ProtocolVersionException(Throwable cause)
           
 
Method Summary
static void checkVersion(IProtocol<?> protocol, int expectedVersion)
           
 
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

ProtocolVersionException

public ProtocolVersionException()

ProtocolVersionException

public ProtocolVersionException(String s)

ProtocolVersionException

public ProtocolVersionException(Throwable cause)

ProtocolVersionException

public ProtocolVersionException(String message,
                                Throwable cause)
Method Detail

checkVersion

public static void checkVersion(IProtocol<?> protocol,
                                int expectedVersion)
                         throws ProtocolVersionException
Throws:
ProtocolVersionException


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.