public class LinkException extends Exception
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2021. All rights reserved.