public abstract class ShardingSphereSQLException extends ShardingSphereExternalException
| Constructor and Description |
|---|
ShardingSphereSQLException(SQLState sqlState,
int typeOffset,
int errorCode,
String reason,
Object... messageArgs) |
ShardingSphereSQLException(String sqlState,
int typeOffset,
int errorCode,
String reason,
Exception cause) |
ShardingSphereSQLException(String sqlState,
int typeOffset,
int errorCode,
String reason,
Object... messageArgs) |
| Modifier and Type | Method and Description |
|---|---|
SQLException |
toSQLException()
To SQL exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ShardingSphereSQLException(SQLState sqlState, int typeOffset, int errorCode, String reason, Object... messageArgs)
public ShardingSphereSQLException(String sqlState, int typeOffset, int errorCode, String reason, Object... messageArgs)
public final SQLException toSQLException()
Copyright © 2023 The Apache Software Foundation. All rights reserved.