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