Uses of Enum 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 FaultCodeModifier and TypeMethodDescriptionFaultMessage.getFaultCode()static FaultCodeReturns the enum constant of this class with the specified name.static FaultCode[]FaultCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.aeis.exchange.web.ws.exchange_1_0 with parameters of type FaultCodeConstructors in ch.aeis.exchange.web.ws.exchange_1_0 with parameters of type FaultCodeModifierConstructorDescriptionExchangeFault(FaultCode faultCode, String msg) ExchangeFault(FaultCode faultCode, String msgKey, String msg) FaultMessage(String msgKey, String message, FaultCode faultCode)