Class NonUniqueItemFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.search.NonUniqueItemFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when looking up for an item, and there is more than one item returned.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedNonUniqueItemFoundException(ItemSearchRequest request, String message) NonUniqueItemFoundException(String message) -
Method Summary
Modifier and TypeMethodDescriptionReturns request that resulted in multiple unique items returned.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NonUniqueItemFoundException
-
NonUniqueItemFoundException
-
NonUniqueItemFoundException
-
-
Method Details
-
getRequest
Returns request that resulted in multiple unique items returned.- Returns:
- context request for unique item search that resulted in multiple items found.
-