Package de.hybris.platform.jalo
Class JaloItemNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.hybris.platform.jalo.JaloSystemException
-
- de.hybris.platform.jalo.JaloItemNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class JaloItemNotFoundException extends JaloSystemException
Thrown if an item could not be found. This exception is thrown e.g. from JaloSession.getItem( PK ) which will fail, if there is no item to the given PK.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JaloItemNotFoundException(java.lang.String message, int vendorCode)Constructor JaloItemNotFoundExceptionJaloItemNotFoundException(java.lang.Throwable nested, int vendorCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<PK>getInvalidPKs()voidsetInvalidPKs(java.util.Set<PK> invalidPKs)-
Methods inherited from class de.hybris.platform.jalo.JaloSystemException
getErrorCode, getThrowable, toString
-
-