Package org.wijiscommons.ssaf.search.wrapper

Examples of org.wijiscommons.ssaf.search.wrapper.FaultDescription


            errorTypes);
        log.error("Error occurred due to : " + sb.getMergedMessages());
      }
    }
   
    FaultDescription faultDescription = new FaultDescription();
    if(errorDocument != null)
    {
       faultDescription.setAny(errorDocument.getDocumentElement());
    }

    FatalFault fault = new FatalFault(sb.getMergedMessages(), faultDescription);
    throw new Fault(fault);
  }
View Full Code Here

TOP

Related Classes of org.wijiscommons.ssaf.search.wrapper.FaultDescription

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.