public abstract class ShardingSphereSQLException extends ShardingSphereExternalException
| 构造器和说明 |
|---|
ShardingSphereSQLException(SQLState sqlState,
int typeOffset,
int errorCode,
String reason,
Object... messageArguments) |
ShardingSphereSQLException(String sqlState,
int typeOffset,
int errorCode,
String reason,
Object... messageArguments) |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLException |
toSQLException()
To SQL exception.
|
public ShardingSphereSQLException(SQLState sqlState, int typeOffset, int errorCode, String reason, Object... messageArguments)
public final SQLException toSQLException()
Copyright © 2022 The Apache Software Foundation. All rights reserved.