package simplephoto.exception; public class NotInOurDBException extends Exception { public NotInOurDBException(String msg) { super(msg); } }