public class JobUncheckedException extends BaseUncheckedException
| 构造器和说明 |
|---|
JobUncheckedException(CodeMsg cm) |
JobUncheckedException(CodeMsg cm,
String message) |
JobUncheckedException(CodeMsg cm,
String message,
Throwable cause) |
JobUncheckedException(int code) |
JobUncheckedException(int code,
String message) |
JobUncheckedException(int code,
String message,
Throwable cause) |
JobUncheckedException(int code,
String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Creates JobException
|
JobUncheckedException(int code,
Throwable cause) |
getCodepublic JobUncheckedException(int code)
public JobUncheckedException(int code,
String message)
public JobUncheckedException(int code,
Throwable cause)
public JobUncheckedException(CodeMsg cm)
public JobUncheckedException(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.