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:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionJaloItemNotFoundException(String message, int vendorCode) Constructor JaloItemNotFoundExceptionJaloItemNotFoundException(Throwable nested, int vendorCode) -
Method Summary
Methods inherited from class de.hybris.platform.jalo.JaloSystemException
getErrorCode, getThrowable, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
JaloItemNotFoundException
Constructor JaloItemNotFoundException- Parameters:
message-vendorCode-
-
JaloItemNotFoundException
-
-
Method Details
-
getInvalidPKs
-
setInvalidPKs
-