public abstract class SQLExceptionWrapper
extends java.lang.Object
SQLExceptionWrapper is used to accommodate for
Java™ 7's suppressed exceptions.| Modifier and Type | Field and Description |
|---|---|
static SQLExceptionWrapper |
INSTANCE |
| Constructor and Description |
|---|
SQLExceptionWrapper() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.RuntimeException |
wrap(java.sql.SQLException exception) |
abstract java.lang.RuntimeException |
wrap(java.lang.String message,
java.sql.SQLException exception) |
public static final SQLExceptionWrapper INSTANCE
Copyright © 2007–2021 Querydsl. All rights reserved.