org.activemath.webapp.notes.db
Class NotesDatabaseNoteIdInvalidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.activemath.webapp.notes.db.NotesDatabaseNoteIdInvalidException
All Implemented Interfaces:
Serializable

public class NotesDatabaseNoteIdInvalidException
extends Exception

Notes Database Exception for invalid (i.e. not existing) note Ids this Exception will be thrown from a NotesDatabase descendant if a user tries to retrieve a note with a non-existing note Id

Version:
0.1
See Also:
Serialized Form

Constructor Summary
NotesDatabaseNoteIdInvalidException()
           
 
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

NotesDatabaseNoteIdInvalidException

public NotesDatabaseNoteIdInvalidException()