dino.api
Class NotebookNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dino.api.DiNoException
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
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 |
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)