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