dino.api
Class NotebookAlreadyExistsException

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

Constructor Summary
NotebookAlreadyExistsException()
           
NotebookAlreadyExistsException(java.lang.String arg0)
           
NotebookAlreadyExistsException(java.lang.String arg0, java.lang.Throwable arg1)
           
NotebookAlreadyExistsException(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

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)