Class ItemSearchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.integrationservices.search.ItemSearchException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
FilterNotSupportedException,OrderByNotSupportedException
public class ItemSearchException extends java.lang.RuntimeExceptionIndicates any problem with the item search.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ItemSearchException(java.lang.String msg)Instantiates this exception.
-