Class DistSQLException

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.kernel.KernelSQLException
org.apache.shardingsphere.distsql.handler.exception.DistSQLException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AlgorithmDefinitionViolationException, RuleDefinitionViolationException, StorageUnitDefinitionViolationException

public abstract class DistSQLException extends org.apache.shardingsphere.infra.util.exception.external.sql.type.kernel.KernelSQLException
DistSQL exception.
See Also:
  • Constructor Details

    • DistSQLException

      public DistSQLException(org.apache.shardingsphere.infra.util.exception.external.sql.sqlstate.SQLState sqlState, int errorCode, String reason, Object... messageArgs)