1: try { 2: Connection con = DriverManager.getConnection(url, "scott" , " tiger" ); 3: ...... 4: } catch (SQLException e) { 5: throw new MyException("DB 에러“); 6: }