public class EJBItemNotFoundException extends JaloBusinessException
This happens for example in getXYItem( String pk ) methods which returns an item by a given pk.
| Constructor and Description |
|---|
EJBItemNotFoundException(java.lang.Throwable throwable,
java.lang.String message,
int vendorCode) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<PK> |
getInvalidPKs() |
void |
setInvalidPKs(java.util.Set<PK> invalidPKs) |
getErrorCode, getThrowable, toStringCopyright © 2018 SAP SE. All Rights Reserved.