public class EventException extends RuntimeException
| 构造器和说明 |
|---|
EventException() |
EventException(String message) |
EventException(String message,
Throwable cause) |
EventException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
EventException(Throwable cause) |
Copyright © 2024. All rights reserved.