public class UncheckedSqlException extends RuntimeException
SQLException into an unchecked exception.| Constructor and Description |
|---|
UncheckedSqlException(SQLException exception) |
UncheckedSqlException(String message,
SQLException exception) |
| Modifier and Type | Method and Description |
|---|---|
SQLException |
getCause() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UncheckedSqlException(SQLException exception)
public UncheckedSqlException(String message, SQLException exception)
public SQLException getCause()
Copyright © 2019. All rights reserved.