Class EquinixClientException

java.lang.Object
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EquinixServiceException

public class EquinixClientException extends BaseException
Thrown for client-side errors such as request building failures, serialization errors, or network connectivity issues. This is the base class for all Equinix SDK exceptions that are not directly caused by an API response.

For errors returned by the Equinix API, see EquinixServiceException and its subclasses.

Version:
$Id: $Id
Author:
ianjones
See Also: