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