Package org.eclipse.net4j.protocol
Klasse ProtocolVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.eclipse.net4j.protocol.ProtocolVersionException
- Alle implementierten Schnittstellen:
- Serializable
An exception that indicates mismatch between the versions of two protocol peer implementations.
- Seit:
- 4.2
- Autor:
- Eike Stepper
- Siehe auch:
- 
KonstruktorübersichtKonstruktoren
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungstatic voidcheckVersion(IProtocol<?> protocol, int expectedVersion) Von Klasse geerbte Methoden java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Konstruktordetails- 
ProtocolVersionExceptionpublic ProtocolVersionException()
- 
ProtocolVersionException
- 
ProtocolVersionException
- 
ProtocolVersionException
 
- 
- 
Methodendetails- 
checkVersionpublic static void checkVersion(IProtocol<?> protocol, int expectedVersion) throws ProtocolVersionException - Löst aus:
- ProtocolVersionException
 
 
-