Inheritance: NHibernate.HibernateException
 /// <summary>
 /// Initializes a new instance of the <see cref="HibernateObjectRetrievalFailureException"/> class.
 /// </summary>
 /// <param name="ex">The ex.</param>
 public HibernateObjectRetrievalFailureException(UnresolvableObjectException ex)
     : base(ex.PersistentClass, ex.Identifier, ex.Message, ex)
 {
 }