dino.api
Class NotebookNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by dino.api.DiNoException
              extended by dino.api.NotebookNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class NotebookNotFoundException
extends DiNoException

This exception is thrown in response to attempts to look up a non-existent notebook.

Author:
Compaq_Owner
See Also:
Serialized Form

Constructor Summary
NotebookNotFoundException()
           
NotebookNotFoundException(java.lang.String arg0)
           
NotebookNotFoundException(java.lang.String arg0, java.lang.Throwable arg1)
           
NotebookNotFoundException(java.lang.Throwable arg0)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotebookNotFoundException

public NotebookNotFoundException()

NotebookNotFoundException

public NotebookNotFoundException(java.lang.String arg0)

NotebookNotFoundException

public NotebookNotFoundException(java.lang.Throwable arg0)

NotebookNotFoundException

public NotebookNotFoundException(java.lang.String arg0,
                                 java.lang.Throwable arg1)