org.activemath.webapp.notes.db
Class NotesDatabaseAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.activemath.webapp.notes.db.NotesDatabaseAccessException
- All Implemented Interfaces:
- Serializable
public class NotesDatabaseAccessException
- extends Exception
Notes Database Exception for violated Access
this Exception will be thrown from a NotesDatabase descendant
if a user tries to retrieve a note which is not his own.
(note however that this alone gives no good security, because it is not
checked whether the user claimed is really the owner)
- 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 |
NotesDatabaseAccessException
public NotesDatabaseAccessException()