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
-
-
Constructor Summary
Constructors Constructor Description StaleObjectModificationException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
StaleObjectModificationException
public StaleObjectModificationException(Throwable t)
-
-