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