Class StorageUnitDefinitionViolationException

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.storageunit.StorageUnitDefinitionViolationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateStorageUnitException, EmptyStorageUnitException, InvalidStorageUnitsException, MissingRequiredStorageUnitsException, StorageUnitInUsedException

public abstract class StorageUnitDefinitionViolationException extends DistSQLException
Storage unit definition violation exception.
See Also:
  • Constructor Details

    • StorageUnitDefinitionViolationException

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