public class DuplicateKeyException extends Exception
| 构造器和说明 | 
|---|
| DuplicateKeyException(String msg) | 
| DuplicateKeyException(String tableName,
                     String msg) | 
| DuplicateKeyException(String msg,
                     Throwable cause) | 
| DuplicateKeyException(Throwable cause) | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| String | getTableName() | 
| DuplicateKeyException | setTableName(String tableName) | 
public DuplicateKeyException(String msg)
public DuplicateKeyException(Throwable cause)
public String getTableName()
public DuplicateKeyException setTableName(String tableName)
Copyright © 2025. All rights reserved.