Class EquinixConflictException

java.lang.Object
All Implemented Interfaces:
Serializable

public class EquinixConflictException extends EquinixServiceException
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: