GLS ShipIT  2.7.11
GLS ShipIT - REST services
CouldNotTransmitShipmentsMessage.java
Go to the documentation of this file.
1 
2 package eu.gls_group.fpcs.v1.shipmentprocessing;
3 
4 import javax.xml.ws.WebFault;
5 
6 
13 @WebFault(name = "CouldNotTransmitShipmentsFault", targetNamespace = "http://fpcs.gls-group.eu/v1/ShipmentProcessing/types")
14 public class CouldNotTransmitShipmentsMessage extends Exception {
15  public static final long serialVersionUID = -994681612L;
16 
17  private eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CouldNotTransmitShipmentsFault couldNotTransmitShipmentsFault;
18 
20  super();
21  }
22 
23  public CouldNotTransmitShipmentsMessage(String message) {
24  super(message);
25  }
26 
27  public CouldNotTransmitShipmentsMessage(String message, Throwable cause) {
28  super(message, cause);
29  }
30 
32  super(message);
33  this.couldNotTransmitShipmentsFault = couldNotTransmitShipmentsFault;
34  }
35 
36  public CouldNotTransmitShipmentsMessage(String message, eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CouldNotTransmitShipmentsFault couldNotTransmitShipmentsFault, Throwable cause) {
37  super(message, cause);
38  this.couldNotTransmitShipmentsFault = couldNotTransmitShipmentsFault;
39  }
40 
42  return this.couldNotTransmitShipmentsFault;
43  }
44 }
eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CouldNotTransmitShipmentsFault getFaultInfo()
CouldNotTransmitShipmentsMessage(String message, eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CouldNotTransmitShipmentsFault couldNotTransmitShipmentsFault)
CouldNotTransmitShipmentsMessage(String message, eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CouldNotTransmitShipmentsFault couldNotTransmitShipmentsFault, Throwable cause)