public class ProcessException extends RuntimeException
| 限定符和类型 | 字段和说明 |
|---|---|
private static long |
serialVersionUID |
| 构造器和说明 |
|---|
ProcessException() |
ProcessException(String message) |
ProcessException(String message,
Throwable cause) |
ProcessException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ProcessException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
Throwable |
getCause() |
Copyright © 2021. All rights reserved.