public class DataAccessException extends RuntimeException
| 构造器和说明 |
|---|
DataAccessException() |
DataAccessException(Exception e,
String message,
Object... errorArgs) |
DataAccessException(String message) |
DataAccessException(String message,
Exception e) |
DataAccessException(String message,
Object... errorArgs) |
DataAccessException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
getRootCause() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream outStream) |
void |
printStackTrace(PrintWriter writer) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic DataAccessException()
public DataAccessException(Throwable cause)
public DataAccessException(String message)
public void printStackTrace()
printStackTrace 在类中 Throwablepublic void printStackTrace(PrintStream outStream)
printStackTrace 在类中 Throwablepublic void printStackTrace(PrintWriter writer)
printStackTrace 在类中 Throwablepublic Throwable getRootCause()
Copyright © 2023. All rights reserved.