Class NonUniqueItemFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.integrationservices.search.NonUniqueItemFoundException
All Implemented Interfaces:
Serializable

public class NonUniqueItemFoundException extends RuntimeException
Exception thrown when looking up for an item, and there is more than one item returned.
See Also:
  • Constructor Details

    • NonUniqueItemFoundException

      public NonUniqueItemFoundException(ItemSearchRequest request)
    • NonUniqueItemFoundException

      public NonUniqueItemFoundException(String message)
    • NonUniqueItemFoundException

      protected NonUniqueItemFoundException(ItemSearchRequest request, String message)
  • Method Details

    • getRequest

      public ItemSearchRequest getRequest()
      Returns request that resulted in multiple unique items returned.
      Returns:
      context request for unique item search that resulted in multiple items found.