com.veraxsystems.icmp.jni.exception
Class IcmpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.veraxsystems.icmp.jni.exception.IcmpException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IcmpFatalErrorException, IcmpSystemException, IcmpTimeoutException

public class IcmpException
extends java.lang.Exception

The common exception definition for IcmpJniBridge class.

See Also:
Serialized Form

Constructor Summary
IcmpException(java.lang.String errorString)
          The exception constructor.
 
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

IcmpException

public IcmpException(java.lang.String errorString)
The exception constructor.

Parameters:
errorString - the description of error that caused this exception