Package de.hybris.platform.persistence
Class EJBItemNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.hybris.platform.jalo.JaloBusinessException
-
- de.hybris.platform.persistence.EJBItemNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class EJBItemNotFoundException extends JaloBusinessException
This extension is thrown, if a Item cannot be found.This happens for example in
getXYItem( String pk )
methods which returns an item by a given pk.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EJBItemNotFoundException(java.lang.Throwable throwable, java.lang.String message, int vendorCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<PK>
getInvalidPKs()
void
setInvalidPKs(java.util.Set<PK> invalidPKs)
-
Methods inherited from class de.hybris.platform.jalo.JaloBusinessException
getErrorCode, getThrowable, toString
-
-