程序包 org.hibernate

类 StaleStateException

  • 所有已实现的接口:
    Serializable
    直接已知子类:
    StaleObjectStateException

    public class StaleStateException
    extends HibernateException
    Thrown when a version number or timestamp check failed, indicating that the Session contained stale data (when using long transactions with versioning). Also occurs if we try to delete or update a row that does not exist. Note that this exception often indicates that the user failed to specify the correct unsaved-value strategy for an entity
    作者:
    Gavin King
    另请参阅:
    序列化表格
    • 构造器详细资料

      • StaleStateException

        public StaleStateException​(String message)
        Constructs a StaleStateException using the supplied message.
        参数:
        message - The message explaining the exception condition