类 PropertyAccessException

  • 所有已实现的接口:
    Serializable

    public class PropertyAccessException
    extends HibernateException
    Indicates a problem reading or writing value from/to a persistent property.
    作者:
    Steve Ebersole
    另请参阅:
    序列化表格
    • 构造器详细资料

      • PropertyAccessException

        public PropertyAccessException​(String message)
      • PropertyAccessException

        public PropertyAccessException​(String message,
                                       Throwable cause)