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