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