package ru.codeinside.esia; import javax.xml.ws.WebFault; /** * This class was generated by the JAX-WS RI. * JAX-WS RI 2.1.6 in JDK 6 * Generated source version: 2.1 * */ @WebFault(name = "Exception", targetNamespace = "http://oep-penza.ru/com/oep/esia") public class Exception_Exception extends java.lang.Exception { /** * Java type that goes as soapenv:Fault detail element. * */ private ru.codeinside.esia.Exception faultInfo; /** * * @param message * @param faultInfo */ public Exception_Exception(String message, ru.codeinside.esia.Exception faultInfo) { super(message); this.faultInfo = faultInfo; } /** * * @param message * @param faultInfo * @param cause */ public Exception_Exception(String message, ru.codeinside.esia.Exception faultInfo, Throwable cause) { super(message, cause); this.faultInfo = faultInfo; } /** * * @return * returns fault bean: ru.codeinside.esia.Exception */ public ru.codeinside.esia.Exception getFaultInfo() { return faultInfo; } }