public class JobCheckedException extends BaseCheckedException
| 构造器和说明 |
|---|
JobCheckedException(CodeMsg cm) |
JobCheckedException(CodeMsg cm,
String message) |
JobCheckedException(CodeMsg cm,
String message,
Throwable cause) |
JobCheckedException(int code) |
JobCheckedException(int code,
String message) |
JobCheckedException(int code,
String message,
Throwable cause) |
JobCheckedException(int code,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Creates JobException
|
JobCheckedException(int code,
Throwable cause) |
getCodepublic JobCheckedException(int code)
public JobCheckedException(int code,
String message)
public JobCheckedException(int code,
Throwable cause)
public JobCheckedException(CodeMsg cm)
public JobCheckedException(int code,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
code - the codemessage - the messagecause - the causeenableSuppression - the enableSuppressionwritableStackTrace - the writableStackTraceCopyright © 2023. All rights reserved.