|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.is.jrf.DomainException | +--com.is.jrf.ObjectHasChangedException
This exception is thrown during the save of an object when that object has been changed by someone else since it was last retrieved.
Constructor Summary | |
ObjectHasChangedException(java.lang.Object object)
|
Method Summary | |
java.lang.Object |
getChangedObject()
Get the changes that were made to the object by someone (something) else since we last retrieved it. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ObjectHasChangedException(java.lang.Object object)
Method Detail |
public java.lang.Object getChangedObject()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |