public class ExchangeClientException
extends java.lang.Exception
| Constructor and Description |
|---|
ExchangeClientException() |
ExchangeClientException(int errorCode,
java.lang.String message) |
ExchangeClientException(int errorCode,
java.lang.String message,
java.lang.Throwable cause) |
ExchangeClientException(java.lang.String cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
public ExchangeClientException()
public ExchangeClientException(int errorCode,
java.lang.String message)
public ExchangeClientException(int errorCode,
java.lang.String message,
java.lang.Throwable cause)
public ExchangeClientException(java.lang.String cause)