public class DatabaseException extends RuntimeException
文件名:DatabaseException.java
用途: 数据库链接有误时抛出的异常
编码时间:2020年12月7日上午8:28:45
修改时间:2020年12月7日上午8:28:45
Constructor and Description |
---|
DatabaseException() |
DatabaseException(String message) |
DatabaseException(String message,
Throwable cause) |
DatabaseException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
DatabaseException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2024. All rights reserved.