dino.api
Class DiNoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by dino.api.DiNoException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadAddressException, NotebookAlreadyExistsException, NotebookNotFoundException

public class DiNoException
extends java.lang.Exception

This is the base class for DiNo-related exceptions. Normally this exception will not be thrown directly; one of its subclasses will thrown instead.

Author:
Compaq_Owner
See Also:
Serialized Form

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

DiNoException

public DiNoException()

DiNoException

public DiNoException(java.lang.String arg0)

DiNoException

public DiNoException(java.lang.Throwable arg0)

DiNoException

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