Uses of Interface
org.h2.jdbc.JdbcException
Packages that use JdbcException
Package
Description
Implementation of the JDBC API (package java.sql).
Trace (logging facility) and error message tool.
-
Uses of JdbcException in org.h2.jdbc
Classes in org.h2.jdbc that implement JdbcExceptionModifier and TypeClassDescriptionfinal class
Represents a database exception.final class
Represents a database exception.final class
Represents a database exception.final class
Represents a database exception.final class
Represents a database exception.final class
Represents a database exception.final class
Represents a database exception.final class
Represents a database exception.final class
Represents a database exception.final class
Represents a database exception.final class
Represents a database exception. -
Uses of JdbcException in org.h2.message
Methods in org.h2.message with parameters of type JdbcExceptionModifier and TypeMethodDescriptionstatic String
DbException.buildMessageForException
(JdbcException e) Builds message for an exception.