2 package eu.gls_group.fpcs.v1.shipmentprocessing;
4 import javax.xml.ws.WebFault;
5 import eu.glsgroup.fpcs.soap.util.SOAPException;
14 @WebFault(name =
"CouldNotTransmitShipmentsFault", targetNamespace =
"http://fpcs.gls-group.eu/v1/ShipmentProcessing/types")
16 public static final long serialVersionUID = -994681612L;
18 private eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CouldNotTransmitShipmentsFault couldNotTransmitShipmentsFault;
29 super(message, cause);
32 public CouldNotTransmitShipmentsMessage(String message, eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CouldNotTransmitShipmentsFault couldNotTransmitShipmentsFault) {
34 this.couldNotTransmitShipmentsFault = couldNotTransmitShipmentsFault;
37 public CouldNotTransmitShipmentsMessage(String message, eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CouldNotTransmitShipmentsFault couldNotTransmitShipmentsFault, Throwable cause) {
38 super(message, cause);
39 this.couldNotTransmitShipmentsFault = couldNotTransmitShipmentsFault;
42 public eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CouldNotTransmitShipmentsFault
getFaultInfo() {
43 return this.couldNotTransmitShipmentsFault;