package pt.linkare.ant; public class NoPropertyReaderException extends Exception { public NoPropertyReaderException() { super(); // TODO Auto-generated constructor stub } public NoPropertyReaderException(String message) { super(message); // TODO Auto-generated constructor stub } public NoPropertyReaderException(String message, Throwable cause) { super(message, cause); // TODO Auto-generated constructor stub } public NoPropertyReaderException(Throwable cause) { super(cause); // TODO Auto-generated constructor stub } }