org.jcrontab.data
Class DataNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jcrontab.data.DataNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DataNotFoundException
extends java.lang.Exception

Exception thrown when a No crontab Entry is Found

Version:
$Revision: 1.5 $
Author:
$Author: iolalla $
See Also:
Serialized Form

Constructor Summary
DataNotFoundException()
          Creates a new Data Not Found Exceptin
DataNotFoundException(java.lang.String str)
          Creates a new Data Not Found Exception given a message string
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataNotFoundException

public DataNotFoundException()
Creates a new Data Not Found Exceptin


DataNotFoundException

public DataNotFoundException(java.lang.String str)
Creates a new Data Not Found Exception given a message string

Parameters:
str - Message string associated to the exception