package model.exceptions;
import main.error.VideothekException;
public class CurrentDateException extends VideothekException
{
public CurrentDateException(String message)
{
super(message);
}
/**
*
*/
private static final long serialVersionUID = -2498429645495210193L;
}