org.activemath.webapp.notes.db
Class NotesDatabaseNoteIdInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotesDatabaseNoteIdInvalidException
public NotesDatabaseNoteIdInvalidException()