Class CatalogAwareObjectResolvingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.servicelayer.exceptions.BusinessException
de.hybris.platform.catalog.exceptions.CatalogAwareObjectResolvingException
All Implemented Interfaces:
Serializable

public class CatalogAwareObjectResolvingException extends BusinessException
See Also:
  • Constructor Details

    • CatalogAwareObjectResolvingException

      public CatalogAwareObjectResolvingException(String message, Throwable cause, Object nonPersistedModel)
  • Method Details

    • getNonPersistedModel

      public Object getNonPersistedModel()
      Returns a non persisted model that caused throwing of the exception. User may want to save the model and retry.