public class TooManyItemsException extends JeppettoException
| Constructor and Description |
|---|
TooManyItemsException() |
TooManyItemsException(java.lang.String message) |
TooManyItemsException(java.lang.String itemType,
java.lang.String identifier)
Return an exception which says that more than one item of type itemType
with identifier 'identifier' was found.
|
public TooManyItemsException()
public TooManyItemsException(java.lang.String message)
public TooManyItemsException(java.lang.String itemType,
java.lang.String identifier)
itemType - A string describing the type of itemidentifier - A string identifier for the itemCopyright © 2017. All Rights Reserved.