public class ScheduleException extends RuntimeException
| 限定符 | 构造器和说明 |
|---|---|
|
ScheduleException() |
|
ScheduleException(String message) |
|
ScheduleException(String message,
Throwable cause) |
protected |
ScheduleException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
ScheduleException(Throwable cause) |
Copyright © 2021. All rights reserved.