|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
be.ac.ulg.montefiore.run.totem.repository.model.exception.LocalDatabaseException
public class LocalDatabaseException
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
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 |
---|
public LocalDatabaseException()
LocalDatabaseException
without detail message.
public LocalDatabaseException(java.lang.String msg)
LocalDatabaseException
with the specified detail message.
msg
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |