public class WrapToDataAccessException extends DataAccessException
| 构造器和说明 |
|---|
WrapToDataAccessException(String msg,
Throwable cause) |
WrapToDataAccessException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
fillInStackTrace() |
StackTraceElement[] |
getStackTrace() |
addSuppressed, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic WrapToDataAccessException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace 在类中 Throwablepublic StackTraceElement[] getStackTrace()
getStackTrace 在类中 ThrowableCopyright © 2021. All rights reserved.