package com.breakersoft.plow.exceptions;
public class JobSpecException extends PlowException {
/**
*
*/
private static final long serialVersionUID = 8921792793144591682L;
public JobSpecException() {
// TODO Auto-generated constructor stub
}
public JobSpecException(String arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public JobSpecException(Throwable arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public JobSpecException(String arg0, Throwable arg1) {
super(arg0, arg1);
// TODO Auto-generated constructor stub
}
}