public class JdbcException extends RuntimeException
| 构造器和说明 |
|---|
JdbcException() |
JdbcException(String message) |
JdbcException(String message,
Throwable cause) |
JdbcException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
JdbcException(Throwable cause) |
Copyright © 2016. All rights reserved.