Class ConcurrentModificationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.vrap.rmf.base.client.error.BaseException
io.vrap.rmf.base.client.ApiHttpException
io.vrap.rmf.base.client.error.ApiClientException
io.vrap.rmf.base.client.error.ConcurrentModificationException
com.commercetools.api.client.error.ConcurrentModificationException
All Implemented Interfaces:
ErrorResponseException, Serializable

public class ConcurrentModificationException extends io.vrap.rmf.base.client.error.ConcurrentModificationException implements ErrorResponseException
Deserializes the response payload as ErrorResponse and extracts the currentVersion of the modified resource if included
See Also:
  • Constructor Details

    • ConcurrentModificationException

      public ConcurrentModificationException(int statusCode, String body, io.vrap.rmf.base.client.ApiHttpHeaders headers, String message, io.vrap.rmf.base.client.ApiHttpResponse<byte[]> response)
    • ConcurrentModificationException

      public ConcurrentModificationException(int statusCode, String body, io.vrap.rmf.base.client.ApiHttpHeaders headers, String message, io.vrap.rmf.base.client.ApiHttpResponse<byte[]> response, io.vrap.rmf.base.client.ApiHttpRequest request)
    • ConcurrentModificationException

      public ConcurrentModificationException(int statusCode, String body, io.vrap.rmf.base.client.ApiHttpHeaders headers, String message, io.vrap.rmf.base.client.ApiHttpResponse<byte[]> response, io.vrap.rmf.base.client.ResponseSerializer serializer)
    • ConcurrentModificationException

      public ConcurrentModificationException(int statusCode, String body, io.vrap.rmf.base.client.ApiHttpHeaders headers, String message, io.vrap.rmf.base.client.ApiHttpResponse<byte[]> response, io.vrap.rmf.base.client.ApiHttpRequest request, io.vrap.rmf.base.client.ResponseSerializer serializer)
  • Method Details