Uses of Class
ch.aeis.exchange.web.ws.exchange_1_0.FaultCode
-
-
Uses of FaultCode in ch.aeis.exchange.web.ws.exchange_1_0
Methods in ch.aeis.exchange.web.ws.exchange_1_0 that return FaultCode Modifier and Type Method Description FaultCode
FaultMessage. getFaultCode()
static FaultCode
FaultCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FaultCode[]
FaultCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.aeis.exchange.web.ws.exchange_1_0 with parameters of type FaultCode Modifier and Type Method Description void
FaultMessage. setFaultCode(FaultCode faultCode)
Constructors in ch.aeis.exchange.web.ws.exchange_1_0 with parameters of type FaultCode Constructor Description ExchangeFault(FaultCode faultCode, String msg)
ExchangeFault(FaultCode faultCode, String msgKey, String msg)
FaultMessage(String msgKey, String message, FaultCode faultCode)
-