| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.persistence
|
Class ObjectNotFoundException
|
java.lang.Throwable
|
+--java.lang.Exception
|
|
+--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
Exception inidicating requested object not found in persistence
| Field Summary |
Object |
|
private Object |
|
private final static long |
|
| Constructor Summary |
public void |
|
public void |
|
| Method Summary |
public Object |
|
Object obj
private Object obj
Multiplicity:
1
private final static long serialVersionUID
Final.
Multiplicity:
1
Static.
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
public void ObjectNotFoundException (String msgKey)
Constructor for the ObjectNotFoundException object
Parameters:
msgKey an msgKey string used for localization
Stereotype:
create
public Object getObj ()
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|