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:
java.io.Serializable
public class CatalogAwareObjectResolvingException extends BusinessException
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CatalogAwareObjectResolvingException(java.lang.String message, java.lang.Throwable cause, java.lang.Object nonPersistedModel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetNonPersistedModel()Returns a non persisted model that caused throwing of the exception.
-