Uses of Class
com.veraxsystems.icmp.jni.exception.IcmpException

Packages that use IcmpException
com.veraxsystems.icmp.jni.exception Exceptions generated by native calls. 
 

Uses of IcmpException in com.veraxsystems.icmp.jni.exception
 

Subclasses of IcmpException in com.veraxsystems.icmp.jni.exception
 class 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.
 class IcmpSystemException
          The exception generated during access to IcmpJniBridge DLL module.
 class IcmpTimeoutException
          Exception used when timeout occurs during IcmpJniBridge.receive() operation.