Tabnine Logo
DbException.getSource
Code IndexAdd Tabnine to your IDE (free)

How to use
getSource
method
in
org.h2.message.DbException

Best Java code snippets using org.h2.message.DbException.getSource (Showing top 8 results out of 315)

origin: com.h2database/h2

Index foundIndex = (Index) de.getSource();
if (foundIndex == null) {
  throw DbException.getUnsupportedException(
origin: com.h2database/h2

if (e.getErrorCode() == ErrorCode.DUPLICATE_KEY_1) {
  Index index = (Index) e.getSource();
  if (index != null) {
origin: com.h2database/h2

if (e.getErrorCode() == ErrorCode.DUPLICATE_KEY_1) {
  Index index = (Index) e.getSource();
  if (index != null) {
origin: org.wowtools/h2

Index foundIndex = (Index) de.getSource();
if (foundIndex == null) {
  throw DbException.getUnsupportedException(
origin: com.eventsourcing/h2

if (e.getErrorCode() == ErrorCode.DUPLICATE_KEY_1) {
  Index index = (Index) e.getSource();
  if (index != null) {
origin: org.wowtools/h2

if (e.getErrorCode() == ErrorCode.DUPLICATE_KEY_1) {
  Index index = (Index) e.getSource();
  if (index != null) {
origin: org.wowtools/h2

if (e.getErrorCode() == ErrorCode.DUPLICATE_KEY_1) {
  Index index = (Index) e.getSource();
  if (index != null) {
origin: com.eventsourcing/h2

if (e.getErrorCode() == ErrorCode.DUPLICATE_KEY_1) {
  Index index = (Index) e.getSource();
  if (index != null) {
org.h2.messageDbExceptiongetSource

Popular methods of DbException

  • getUnsupportedException
    Gets a SQL exception meaning this feature is not supported.
  • throwInternalError
    Throw an internal error. This method seems to return an exception object, so that it can be used ins
  • convert
    Convert a throwable to an SQL exception using the default mapping. All errors except the following a
  • get
    Create a database exception for a specific error code.
  • <init>
  • addSQL
    Set the SQL statement of the given exception. This method may create a new object.
  • convertIOException
    Convert an IO exception to a database exception.
  • convertInvocation
    Convert an InvocationTarget exception to a database exception.
  • convertToIOException
    Convert an exception to an IO exception.
  • getCause
  • getErrorCode
    Get the error code.
  • getInvalidValueException
    Gets a SQL exception meaning this value is invalid.
  • getErrorCode,
  • getInvalidValueException,
  • getJdbcSQLException,
  • getMessage,
  • getSQLException,
  • getSyntaxError,
  • printStackTrace,
  • setSource,
  • toSQLException

Popular in Java

  • Running tasks concurrently on multiple threads
  • setContentView (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • requestLocationUpdates (LocationManager)
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • NoSuchElementException (java.util)
    Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.
  • BlockingQueue (java.util.concurrent)
    A java.util.Queue that additionally supports operations that wait for the queue to become non-empty
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now