org.activemath.webapp.notes.db
Class NotesDatabaseAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

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

NotesDatabaseAccessException

public NotesDatabaseAccessException()