Class SQLTranslationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.shardingsphere.infra.util.exception.external.ShardingSphereExternalException
-
- org.apache.shardingsphere.infra.util.exception.external.sql.ShardingSphereSQLException
-
- org.apache.shardingsphere.infra.util.exception.external.sql.type.feature.FeatureSQLException
-
- org.apache.shardingsphere.sqltranslator.exception.SQLTranslationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
UnsupportedTranslatedDatabaseException,UnsupportedTranslatedSQLException
public abstract class SQLTranslationException extends org.apache.shardingsphere.infra.util.exception.external.sql.type.feature.FeatureSQLExceptionSQL translation exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSQLTranslationException(org.apache.shardingsphere.infra.util.exception.external.sql.sqlstate.SQLState sqlState, int errorCode, String reason, Object... messageArgs)
-
Method Summary
-
Methods inherited from class org.apache.shardingsphere.infra.util.exception.external.sql.ShardingSphereSQLException
toSQLException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-