org.sakaiproject.service.gradebook.shared
Class StaleObjectModificationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sakaiproject.service.gradebook.shared.StaleObjectModificationException
- All Implemented Interfaces:
- Serializable
public class StaleObjectModificationException
- extends RuntimeException
Indicates that the caller attempted to modify a stale object. The gradebook
uses optimistic locking to prevent modification of stale "detached" objects.
- Author:
- Josh Holtzman
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
StaleObjectModificationException
public StaleObjectModificationException(Throwable t)
Copyright © 2003-2013 Sakai Project. All Rights Reserved.