public class AsyncJobException extends RuntimeException
| 构造器和说明 |
|---|
AsyncJobException(List<Exception> errors) |
AsyncJobException(String message,
List<Exception> errors) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<Exception> |
getErrors() |
StackTraceElement[] |
getStackTrace() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StackTraceElement[] getStackTrace()
getStackTrace 在类中 ThrowableCopyright © 2018. All rights reserved.