package com.breakersoft.plow.exceptions; public class DependencyException extends PlowException { public DependencyException() { // TODO Auto-generated constructor stub } public DependencyException(String arg0) { super(arg0); // TODO Auto-generated constructor stub } public DependencyException(Throwable arg0) { super(arg0); // TODO Auto-generated constructor stub } public DependencyException(String arg0, Throwable arg1) { super(arg0, arg1); // TODO Auto-generated constructor stub } }