public class ItemConflictException extends ImpExException
ImpExException.ErrorCodes| Constructor and Description |
|---|
ItemConflictException(Item existingItem,
ValueLine line)
Deprecated.
since ages - use
ItemConflictException(PK, ValueLine) instead |
ItemConflictException(PK existingItemPk,
ValueLine line)
Creates a new exception which indicates an item PK conflict.
|
| Modifier and Type | Method and Description |
|---|---|
Item |
getExistingItem()
Deprecated.
since ages
|
PK |
getExistingItemPk() |
ValueLine |
getLine()
Gets the value line which defines the attributes for a new item creation and are in conflict to the existing item.
|
getErrorCode, getThrowable, toString@Deprecated public ItemConflictException(Item existingItem, ValueLine line)
ItemConflictException(PK, ValueLine) insteadexistingItem - existing item with same mandatory attribute values as given value lineline - value line which defines the attributes for a new item creationpublic ItemConflictException(PK existingItemPk, ValueLine line)
existingItemPk - existing item with same mandatory attribute values as given value lineline - value line which defines the attributes for a new item creation@Deprecated public Item getExistingItem()
public PK getExistingItemPk()
public ValueLine getLine()
Copyright © 2018 SAP SE. All Rights Reserved.