org.iternine.jeppetto.dao
Class TooManyItemsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.iternine.jeppetto.dao.JeppettoException
org.iternine.jeppetto.dao.TooManyItemsException
- All Implemented Interfaces:
- Serializable
public class TooManyItemsException
- extends JeppettoException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
TooManyItemsException
public TooManyItemsException()
TooManyItemsException
public TooManyItemsException(String message)
TooManyItemsException
public TooManyItemsException(String itemType,
String identifier)
- Return an exception which says that more than one item of type itemType
with identifier 'identifier' was found.
- Parameters:
itemType - A string describing the type of itemidentifier - A string identifier for the item
Copyright © 2012. All Rights Reserved.