Class EquinixClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
api.equinix.javasdk.core.exception.BaseException
api.equinix.javasdk.core.exception.EquinixClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EquinixServiceException
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:
-
Constructor Summary
ConstructorsConstructorDescriptionEquinixClientException(String message) Constructor for EquinixClientException.EquinixClientException(String message, Throwable t) Constructor for EquinixClientException.Constructor for EquinixClientException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EquinixClientException
-
EquinixClientException
-
EquinixClientException
-