public class NotBoundException extends Exception { // Public Constructors public NotBoundException( ); public NotBoundException(String s); }