verinec.importer.analysis.traceroute
Class TraceRouteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by verinec.importer.analysis.traceroute.TraceRouteException
All Implemented Interfaces:
Serializable

public class TraceRouteException
extends Exception

Base exception for the traceroute package.

Author:
martial.seifriz at unifr.ch
See Also:
Serialized Form

Constructor Summary
TraceRouteException()
          Currently we do nothing special, just forward to the Exception class.
TraceRouteException(String message)
          Currently we do nothing special, just forward to the Exception class.
TraceRouteException(String message, Throwable cause)
          Currently we do nothing special, just forward to the Exception class.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TraceRouteException

public TraceRouteException()
Currently we do nothing special, just forward to the Exception class.


TraceRouteException

public TraceRouteException(String message)
Currently we do nothing special, just forward to the Exception class.

Parameters:
message - The message to display to the user.

TraceRouteException

public TraceRouteException(String message,
                           Throwable cause)
Currently we do nothing special, just forward to the Exception class.

Parameters:
message - The message to display to the user.
cause - The exception causing this exception to be thrown.

Copyright © 2005 Verinec, DIUF