Class DBDiscoveryProviderException

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.dbdiscovery.exception.DBDiscoveryProviderException
All Implemented Interfaces:
Serializable

public abstract class DBDiscoveryProviderException extends org.apache.shardingsphere.infra.util.exception.external.sql.type.feature.FeatureSQLException
Database discovery provider exception.
See Also:
  • Constructor Details

    • DBDiscoveryProviderException

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