com.veraxsystems.icmp.jni.exception
Class IcmpFatalErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.veraxsystems.icmp.jni.exception.IcmpException
              extended by com.veraxsystems.icmp.jni.exception.IcmpFatalErrorException
All Implemented Interfaces:
java.io.Serializable

public class IcmpFatalErrorException
extends IcmpException

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.

See Also:
Serialized Form

Constructor Summary
IcmpFatalErrorException(java.lang.String errorString)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IcmpFatalErrorException

public IcmpFatalErrorException(java.lang.String errorString)
Parameters:
errorString -