Class NonUniqueItemFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.integrationservices.search.NonUniqueItemFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class NonUniqueItemFoundException extends java.lang.RuntimeExceptionException thrown when looking up for an item, and there is more than one item returned.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NonUniqueItemFoundException(java.lang.String message)
-