public class JobException extends BaseException
| 构造器和说明 |
|---|
JobException(CodeMsg cm) |
JobException(CodeMsg cm,
String msg) |
JobException(CodeMsg cm,
Throwable cause) |
JobException(int code) |
JobException(int code,
String message) |
JobException(int code,
String message,
Throwable cause) |
JobException(int code,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
getCodeCopyright © 2025. All rights reserved.