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