public InvalidJournalingEntityException(JEntity entity, string paramName = null, string message = "JEntity you tried to modify is no longer active.")
     : base(message, paramName)
 { this.JEntity = entity; }
 public InvalidJournalingEntityException(JEntity entity, Exception innerException = null, string message = "JEntity you tried to modify is no longer active.")
     : base(message, innerException)
 { this.JEntity = entity; }