public class ItemConflictException extends ImpExException
ImpExException.ErrorCodes| Constructor and Description |
|---|
ItemConflictException(Item existingItem,
ValueLine line)
Deprecated.
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.
|
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, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace@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 © 2017 SAP SE. All Rights Reserved.