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

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

public class AddDBException
extends java.lang.Exception

Thrown when something failed when adding an element to an external database (example : Damote database) This element can be a LSP, a node, a link,...

Creation date: 25-Jan.-2005

Author:
Olivier Delcourt (delcourt@run.montefiore.ulg.ac.be)
See Also:
Serialized Form

Constructor Summary
AddDBException()
          Creates a new GAinstance of AddDBException without detail message.
AddDBException(java.lang.String msg)
          Constructs an GAinstance of AddDBException 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

AddDBException

public AddDBException()
Creates a new GAinstance of AddDBException without detail message.


AddDBException

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

Parameters:
msg - the detail message.


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