Module org.jnetpcap

Class PcapVersionException

java.lang.Object
All Implemented Interfaces:
Serializable

public final class PcapVersionException extends PcapException
Indicates that installed runtime version of jNetPcap library is incompatible with the client application version of jNetPcap being used.

Another words, the client application was compiled with a newer version of jNetPcap library and is incompatible with the installed version on the system running the client application. The version components major.minor are used to determine the compatibility of jNetPcap library runtimes. All other components are assumed to be backward compatible, as long as major.minor components match.

Example: 1.0.0-alpha < 1.0.0-alpha.1 < 1.0.0-alpha.beta < 1.0.0-beta < 1.0.0-beta.2 < 1.0.0-beta.11 < 1.0.0-rc.1 < 1.0.0.

For detailed specification please see http://semver.org
Author:
Sly Technologies, repos@slytechs.com
See Also: