dino.api
Class NotebookAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
dino.api.DiNoException
dino.api.NotebookAlreadyExistsException
- All Implemented Interfaces:
- java.io.Serializable
public class NotebookAlreadyExistsException
- extends DiNoException
This exception is thrown in response to an attempt to create a notebook that already exists.
- 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 |
NotebookAlreadyExistsException
public NotebookAlreadyExistsException()
NotebookAlreadyExistsException
public NotebookAlreadyExistsException(java.lang.String arg0)
NotebookAlreadyExistsException
public NotebookAlreadyExistsException(java.lang.Throwable arg0)
NotebookAlreadyExistsException
public NotebookAlreadyExistsException(java.lang.String arg0,
java.lang.Throwable arg1)