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
Thrown by the
CatalogTypeService.getCatalogVersionAwareModel(de.hybris.platform.catalog.model.CatalogVersionModel, String, java.util.Map)
when one of the method parameters was a non-persisted model.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCatalogAwareObjectResolvingException(String message, Throwable cause, Object nonPersistedModel) -
Method Summary
Modifier and TypeMethodDescriptionReturns a non persisted model that caused throwing of the exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CatalogAwareObjectResolvingException
-
-
Method Details
-
getNonPersistedModel
Returns a non persisted model that caused throwing of the exception. User may want to save the model and retry.
-