Class OBStaleObjectException

  • All Implemented Interfaces:
    Serializable

    public class OBStaleObjectException
    extends OBException
    Is thrown when the json converter tries to update a BaseOBObject and the json value for the updated column is different from the value in the BaseOBObject.
    Author:
    mtaal
    See Also:
    Serialized Form
    • Constructor Detail

      • OBStaleObjectException

        public OBStaleObjectException()
      • OBStaleObjectException

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

        public OBStaleObjectException​(String message)