be.ac.ulg.montefiore.run.totem.domain.exception
Class LinkNotFoundException

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

public class LinkNotFoundException
extends java.lang.Exception

Thrown when a link is not found.

Creation date: 20-Jan-2005 17:21:40

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

Constructor Summary
LinkNotFoundException()
          Creates a new LinkNotFoundException without detail message.
LinkNotFoundException(java.lang.String msg)
          Constructs an LinkNotFoundException with the specified detail message
 
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

LinkNotFoundException

public LinkNotFoundException()
Creates a new LinkNotFoundException without detail message.


LinkNotFoundException

public LinkNotFoundException(java.lang.String msg)
Constructs an LinkNotFoundException with the specified detail message

Parameters:
msg - the detail message


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