public class LinkException extends Exception
| 构造器和说明 |
|---|
LinkException() |
LinkException(int errorCode,
String message) |
LinkException(int errorCode,
String message,
Exception innerException) |
LinkException(int errorCode,
String message,
Throwable innerException) |
LinkException(String message) |
LinkException(String message,
Exception innerException) |
LinkException(String message,
Throwable innerException) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getErrorCode() |
Copyright © 2020. All rights reserved.