Class 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 Detail

      • StaleObjectModificationException

        public StaleObjectModificationException​(Throwable t)