jar

org.apache.shardingsphere : shardingsphere-infra-exception-dialect-core

Maven & Gradle

Oct 17, 2023

shardingsphere-infra-exception-dialect-core

Table Of Contents

Latest Version

Download org.apache.shardingsphere : shardingsphere-infra-exception-dialect-core JAR file - Latest Versions:

All Versions

Download org.apache.shardingsphere : shardingsphere-infra-exception-dialect-core JAR file - All Versions:

Version Vulnerabilities Size Updated
5.4.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window shardingsphere-infra-exception-dialect-core-5.4.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.shardingsphere.infra.exception.dialect.exception

├─ org.apache.shardingsphere.infra.exception.dialect.exception.SQLDialectException.class - [JAR]

org.apache.shardingsphere.infra.exception.dialect

├─ org.apache.shardingsphere.infra.exception.dialect.SQLExceptionTransformEngine.class - [JAR]

org.apache.shardingsphere.infra.exception.dialect.exception.syntax.database

├─ org.apache.shardingsphere.infra.exception.dialect.exception.syntax.database.DatabaseCreateExistsException.class - [JAR]

├─ org.apache.shardingsphere.infra.exception.dialect.exception.syntax.database.DatabaseDropNotExistsException.class - [JAR]

├─ org.apache.shardingsphere.infra.exception.dialect.exception.syntax.database.NoDatabaseSelectedException.class - [JAR]

├─ org.apache.shardingsphere.infra.exception.dialect.exception.syntax.database.UnknownDatabaseException.class - [JAR]

org.apache.shardingsphere.infra.exception.dialect.exception.transaction

├─ org.apache.shardingsphere.infra.exception.dialect.exception.transaction.InTransactionException.class - [JAR]

├─ org.apache.shardingsphere.infra.exception.dialect.exception.transaction.TableModifyInTransactionException.class - [JAR]

org.apache.shardingsphere.infra.exception.dialect.mapper

├─ org.apache.shardingsphere.infra.exception.dialect.mapper.SQLDialectExceptionMapper.class - [JAR]

org.apache.shardingsphere.infra.exception.dialect.exception.connection

├─ org.apache.shardingsphere.infra.exception.dialect.exception.connection.TooManyConnectionsException.class - [JAR]

org.apache.shardingsphere.infra.exception.dialect.exception.data

├─ org.apache.shardingsphere.infra.exception.dialect.exception.data.InsertColumnsAndValuesMismatchedException.class - [JAR]

├─ org.apache.shardingsphere.infra.exception.dialect.exception.data.InvalidParameterValueException.class - [JAR]

org.apache.shardingsphere.infra.exception.dialect.exception.protocol

├─ org.apache.shardingsphere.infra.exception.dialect.exception.protocol.DatabaseProtocolException.class - [JAR]

org.apache.shardingsphere.infra.exception.dialect.exception.syntax.table

├─ org.apache.shardingsphere.infra.exception.dialect.exception.syntax.table.NoSuchTableException.class - [JAR]

├─ org.apache.shardingsphere.infra.exception.dialect.exception.syntax.table.TableExistsException.class - [JAR]