Class ApiDivergentChangeError

java.lang.Object
com.broadleafcommerce.common.error.ApiError
com.broadleafcommerce.sandbox.web.endpoint.exception.ApiDivergentChangeError

public class ApiDivergentChangeError extends com.broadleafcommerce.common.error.ApiError
Special ApiError capable of passing back the identities of diverged ChangeSummary instances.
Author:
Jeff Fischer
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.broadleafcommerce.common.error.ApiError

    com.broadleafcommerce.common.error.ApiError.StatusConverter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class com.broadleafcommerce.common.error.ApiError

    addError, getException, getGlobalErrors, getStatus, getStatusCode, getTimestamp, getTitle, getType, setException, setTimestamp, toResponseEntity, toString, withException, withGlobalErrors, withStatus, withStatusCode, withTimestamp, withTitle, withType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ApiDivergentChangeError

      public ApiDivergentChangeError(DivergedSummaries divergedSummaries)
  • Method Details