org.nanocontainer.persistence
Class ObjectRetrievalFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.nanocontainer.persistence.PersistenceException
org.nanocontainer.persistence.ObjectRetrievalFailureException
- All Implemented Interfaces:
- Serializable, EntityInfo
public class ObjectRetrievalFailureException
- extends PersistenceException
- implements EntityInfo
Thrown when an object retrieval failure occurs.
- Version:
- $Revision: $
- See Also:
- Serialized Form
| Methods inherited from class org.picocontainer.PicoException |
getCause, printStackTrace, printStackTrace, printStackTrace |
ObjectRetrievalFailureException
public ObjectRetrievalFailureException(Throwable cause,
String entityName,
Object objectId)
getEntityName
public String getEntityName()
- Specified by:
getEntityName in interface EntityInfo
getObjectId
public Object getObjectId()
- Specified by:
getObjectId in interface EntityInfo
Copyright 2003-2003-2006 Codehaus. All Rights Reserved.