Class UnsupportedOperationApiError

java.lang.Object
com.broadleafcommerce.common.error.ApiError
com.broadleafcommerce.cartoperation.web.endpoint.exception.UnsupportedOperationApiError

public class UnsupportedOperationApiError extends com.broadleafcommerce.common.error.ApiError
ApiError implementation for UnsupportedOperationException.
Author:
Kyrylo Boiko (kboiko2)
  • 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
    UnsupportedOperationApiError(String type, String title, org.springframework.http.HttpStatus status)
     
    UnsupportedOperationApiError(String type, String title, org.springframework.http.HttpStatus status, UnsupportedOperationException ex)
     
  • Method Summary

    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

    • UnsupportedOperationApiError

      public UnsupportedOperationApiError(String type, String title, org.springframework.http.HttpStatus status)
    • UnsupportedOperationApiError

      public UnsupportedOperationApiError(String type, String title, org.springframework.http.HttpStatus status, UnsupportedOperationException ex)