be.ac.ulg.montefiore.run.totem.repository.model.exception
Class RoutingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by be.ac.ulg.montefiore.run.totem.repository.model.exception.RoutingException
All Implemented Interfaces:
java.io.Serializable

public class RoutingException
extends java.lang.Exception

Thrown when a routing algorithm makes a error.

Creation date: 25-Jan.-2005

Author:
Fabian Skivee (skivee@run.montefiore.ulg.ac.be)
See Also:
Serialized Form

Constructor Summary
RoutingException()
          Creates a new instance of RoutingException without detail message.
RoutingException(java.lang.String msg)
          Constructs an instance of RoutingException with the specified detail message.
RoutingException(java.lang.Throwable t)
          Constructs an instance of RoutingException from the specified throwable object.
 
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

RoutingException

public RoutingException()
Creates a new instance of RoutingException without detail message.


RoutingException

public RoutingException(java.lang.String msg)
Constructs an instance of RoutingException with the specified detail message.

Parameters:
msg - the detail message.

RoutingException

public RoutingException(java.lang.Throwable t)
Constructs an instance of RoutingException from the specified throwable object.

Parameters:
t - The throwable object from which the new exception has to be initialized.


Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.