Class CasVersionNotMatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pugwoo.dbhelper.exception.CasVersionNotMatchException
All Implemented Interfaces:
Serializable

public class CasVersionNotMatchException extends RuntimeException
当乐观锁版本不匹配时,抛出异常
See Also:
  • Constructor Details

    • CasVersionNotMatchException

      public CasVersionNotMatchException()
    • CasVersionNotMatchException

      public CasVersionNotMatchException(String errMsg)
    • CasVersionNotMatchException

      public CasVersionNotMatchException(int affectedRows, String errMsg)
    • CasVersionNotMatchException

      public CasVersionNotMatchException(Throwable e)
  • Method Details

    • getAffectedRows

      public int getAffectedRows()
    • setAffectedRows

      public void setAffectedRows(int affectedRows)