Class ExceptionFactory
java.lang.Object
org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionExceptionFactory(long threadId, Options options, MariaDbConnection connection, Statement statement) -
Method Summary
Modifier and TypeMethodDescriptioncreate(SQLException cause) longnotSupported(String message) static ExceptionFactoryraiseStatementError(MariaDbConnection connection, Statement stmt) toString()
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
ExceptionFactory
public ExceptionFactory(long threadId, Options options, MariaDbConnection connection, Statement statement)
-
-
Method Details