Class RuleDefinitionViolationException

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
org.apache.shardingsphere.distsql.handler.exception.rule.RuleDefinitionViolationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateRuleException, InvalidRuleConfigurationException, MissingRequiredRuleException, RuleInUsedException

public abstract class RuleDefinitionViolationException extends DistSQLException
Rule definition violation exception.
See Also:
  • Constructor Details

    • RuleDefinitionViolationException

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