Class EncryptSQLException

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.encrypt.exception.EncryptSQLException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EncryptAlgorithmInitializationException, EncryptColumnAlterException, EncryptColumnNotFoundException, EncryptLogicColumnNotFoundException, UnsupportedEncryptInsertValueException, UnsupportedEncryptSQLException

public abstract class EncryptSQLException extends org.apache.shardingsphere.infra.util.exception.external.sql.type.feature.FeatureSQLException
Encrypt SQL exception.
See Also:
  • Constructor Details

    • EncryptSQLException

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