public void onClick() throws SQLException
try {
// Do something
} catch(MySQLIntegrityConstraintViolationException e) {
//Can i convert this exception to SQL Exception
}
MySQLIntegrityConstraintViolationExceptionをメソッドによってスローされるSQLExceptionに変換できますか?