org.jcrontab.data
Class DataNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jcrontab.data.DataNotFoundException
- All Implemented Interfaces:
- Serializable
- public class DataNotFoundException
- extends Exception
Exception thrown when a No crontab Entry is Found
- Version:
- $Revision: 1.6 $
- Author:
- $Author: iolalla $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataNotFoundException
public DataNotFoundException()
- Creates a new Data Not Found Exceptin
DataNotFoundException
public DataNotFoundException(String str)
- Creates a new Data Not Found Exception given a message string
- Parameters:
str
- Message string associated to the exception