Class StaleObjectStateException

  • All Implemented Interfaces:
    Serializable

    public class StaleObjectStateException
    extends RuntimeException
    Exception that is thrown when you attempt to make a change to a Versioned object that is inconsistent with its version history, for example modifying something other than its current version.
    See Also:
    Serialized Form
    • Constructor Detail

      • StaleObjectStateException

        public StaleObjectStateException()
      • StaleObjectStateException

        public StaleObjectStateException​(String message)
      • StaleObjectStateException

        public StaleObjectStateException​(String message,
                                         Throwable cause)
      • StaleObjectStateException

        public StaleObjectStateException​(Throwable cause)