cdev.dir
Class NoSuchDataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cdev.dir.DataNotFoundException
                    |
                    +--cdev.dir.NoSuchDataException

public class NoSuchDataException
extends DataNotFoundException

The requested data are not in the database in a valid form. If these data should be there, update the database.

See Also:
Serialized Form

Constructor Summary
NoSuchDataException()
           
NoSuchDataException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchDataException

public NoSuchDataException()

NoSuchDataException

public NoSuchDataException(java.lang.String message)