37295. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/12/2018 3:21:07 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

37295.1 Files compared

# Location File Last Modified
1 CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\iam\esig\dss Exception_Exception.java Mon Apr 9 18:52:38 2018 UTC
2 CareT v1_iter1_build_2.zip\core\portlets\caret-portlet\docroot\WEB-INF\src\gov\va\iam\esig\dss Exception_Exception.java Wed Apr 11 18:41:33 2018 UTC

37295.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 106
Changed 1 2
Inserted 0 0
Removed 0 0

37295.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

37295.4 Active regular expressions

No regular expressions were active.

37295.5 Comparison detail

  1  
  2   package go v.va.iam.e sig.dss;
  3  
  4   import jav ax.xml.ws. WebFault;
  5  
  6  
  7   /**
  8    * This cl ass was ge nerated by  the JAX-W S RI.
  9    * JAX-WS  RI 2.2.4-b 01
  10    * Generat ed source  version: 2 .2
  11    * 
  12    */
  13   @WebFault( name = "Ex ception",  targetName space = "h ttp:// DNS . URL /dss/")
  14   public cla ss Excepti on_Excepti on
  15       extend s java.lan g.Exceptio n
  16   {
  17  
  18       /**
  19        * Jav a type tha t goes as  soapenv:Fa ult detail  element.
  20        * 
  21        */
  22       privat e gov.va.i am.esig.ds s.Exceptio n faultInf o;
  23  
  24       /**
  25        * 
  26        * @pa ram messag e
  27        * @pa ram faultI nfo
  28        */
  29       public  Exception _Exception (String me ssage, gov .va.iam.es ig.dss.Exc eption fau ltInfo) {
  30           su per(messag e);
  31           th is.faultIn fo = fault Info;
  32       }
  33  
  34       /**
  35        * 
  36        * @pa ram messag e
  37        * @pa ram faultI nfo
  38        * @pa ram cause
  39        */
  40       public  Exception _Exception (String me ssage, gov .va.iam.es ig.dss.Exc eption fau ltInfo, Th rowable ca use) {
  41           su per(messag e, cause);
  42           th is.faultIn fo = fault Info;
  43       }
  44  
  45       /**
  46        * 
  47        * @re turn
  48        *      returns f ault bean:  gov.va.ia m.esig.dss .Exception
  49        */
  50       public  gov.va.ia m.esig.dss .Exception  getFaultI nfo() {
  51           re turn fault Info;
  52       }
  53  
  54   }