Class EquinixConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
api.equinix.javasdk.core.exception.BaseException
api.equinix.javasdk.core.exception.EquinixClientException
api.equinix.javasdk.core.exception.EquinixServiceException
api.equinix.javasdk.core.exception.EquinixConflictException
- All Implemented Interfaces:
Serializable
Thrown when the Equinix API returns HTTP 409 Conflict.
This indicates the request conflicts with the current state of the resource,
such as attempting to create a resource that already exists or modifying a
resource that has been concurrently updated.
- Version:
- $Id: $Id
- Author:
- ianjones
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEquinixConflictException(String errorMessage) EquinixConflictException(String errorMessage, Exception cause) -
Method Summary
Methods inherited from class api.equinix.javasdk.core.exception.EquinixServiceException
getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EquinixConflictException
-
EquinixConflictException
-