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

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

public class LocalDatabaseException
extends java.lang.Exception

Thrown when the local Database is not up-to-date, generally because an unsupported operation has been performed (ex: setting a link down with DAMOTE)

Creation date: 26 janv. 2006

Author:
Ga�l Monfort (monfort@run.montefiore.ulg.ac.be)
See Also:
Serialized Form

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

LocalDatabaseException

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


LocalDatabaseException

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

Parameters:
msg - the detail message.


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