Package org.openbravo.service.json
Class OBStaleObjectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openbravo.base.exception.OBException
-
- org.openbravo.service.json.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 Summary
Constructors Constructor Description OBStaleObjectException()
OBStaleObjectException(String message)
OBStaleObjectException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class org.openbravo.base.exception.OBException
getLogger, isLogExceptionNeeded
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-