try{
}catch(SQLException se) {
}catch(Exception e) {
}请问如果捕获了一个sql异常后,异常还会被Exception重新捕获吗?如果不会,是不是只能以这种顺序写?