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