Uses of Package
com.veraxsystems.icmp.jni.exception

Packages that use com.veraxsystems.icmp.jni.exception
com.veraxsystems.icmp.jni The part of library responsible for native calls. 
com.veraxsystems.icmp.jni.exception Exceptions generated by native calls. 
 

Classes in com.veraxsystems.icmp.jni.exception used by com.veraxsystems.icmp.jni
IcmpFatalErrorException
          Exception used in by JNI DLL module in case it is not able to communicate with Java, especially it is not able to create Java objects.
IcmpSystemException
          The exception generated during access to IcmpJniBridge DLL module.
IcmpTimeoutException
          Exception used when timeout occurs during IcmpJniBridge.receive() operation.
 

Classes in com.veraxsystems.icmp.jni.exception used by com.veraxsystems.icmp.jni.exception
IcmpException
          The common exception definition for IcmpJniBridge class.