奈学P6-AI资深开发工程师
private static void insetIntoDatabase() throws SQLException {
throw new SQLException("重复的键值");
}}class UserAlreadyExistException extends RuntimeException {
public UserAlreadyExistException(String message, Throwable cause) {
super(message, cause);
}}