Class MissingRequiredRuleException
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
org.apache.shardingsphere.distsql.handler.exception.rule.MissingRequiredRuleException
- All Implemented Interfaces:
Serializable
Missing required rule exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMissingRequiredRuleException(String ruleType) MissingRequiredRuleException(String ruleType, String databaseName) MissingRequiredRuleException(String ruleType, String databaseName, String ruleName) MissingRequiredRuleException(String ruleType, String databaseName, Collection<String> ruleNames) MissingRequiredRuleException(String ruleType, Collection<String> ruleNames) -
Method Summary
Methods inherited from class org.apache.shardingsphere.infra.util.exception.external.sql.ShardingSphereSQLException
toSQLExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingRequiredRuleException
-
MissingRequiredRuleException
-
MissingRequiredRuleException
-
MissingRequiredRuleException
-
MissingRequiredRuleException
public MissingRequiredRuleException(String ruleType, String databaseName, Collection<String> ruleNames)
-