Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

com.newstep.solid.persistence
Class ObjectNotFoundException
java.lang.Throwable
  |
  +--java.lang.Exception
       |
       +--com.newstep.solid.persistence.PersistenceException
            |
            +--com.newstep.solid.persistence.ObjectNotFoundException
All Implemented Interfaces:
       Serializable

public class ObjectNotFoundException      
Exception inidicating requested object not found in persistence
Exceptions:
true
 
Links:
Generalization Generalization Link
to Class PersistenceException
Exception inidicating requested object not found in persistence
 
 

Field Summary
Object
private Object
private final static long
Constructor Summary
public void
ObjectNotFoundException(String msgKey, Object obj)
public void
Method Summary
public Object
Field Detail
obj
Object obj
 

obj
private Object obj
Multiplicity:
1
 

serialVersionUID
private final static long serialVersionUID
Final.
Multiplicity:
1
Static.
 
Constructor Detail
ObjectNotFoundException
public void ObjectNotFoundException (String msgKey, Object obj)
 
Constructor for the ObjectNotFoundException object.
An instance of the object that is not found is stored
for the exception catcher to find out what the class
of the unavailable object. However the data of the stored
object should not be considered meaningful.
Parameters:
msgKey an msgKey string used for localization
obj an instance of the object that is not found
Stereotype:
create
 

ObjectNotFoundException
public void ObjectNotFoundException (String msgKey)
 
Constructor for the ObjectNotFoundException object
Parameters:
msgKey an msgKey string used for localization
Stereotype:
create
 
Method Detail
getObj
public Object getObj ()
 
 

Class
Tree
          
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD