com.veraxsystems.icmp.ping.exception
Class PingErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.veraxsystems.icmp.ping.exception.PingException
              extended by com.veraxsystems.icmp.ping.exception.PingErrorException
All Implemented Interfaces:
java.io.Serializable

public class PingErrorException
extends PingException

An error exception returned by Ping class.

See Also:
Serialized Form

Constructor Summary
PingErrorException(java.lang.String info, java.lang.Exception ex)
          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

PingErrorException

public PingErrorException(java.lang.String info,
                          java.lang.Exception ex)
The exception constructor.

Parameters:
info - the description of error that caused this exception
ex - exception propagated