Uses of Class
net.webpdf.wsclient.schema.stubs.BarcodeFaultInfo
-
Packages that use BarcodeFaultInfo Package Description net.webpdf.wsclient.schema.stubs -
-
Uses of BarcodeFaultInfo in net.webpdf.wsclient.schema.stubs
Methods in net.webpdf.wsclient.schema.stubs that return BarcodeFaultInfo Modifier and Type Method Description @NotNull BarcodeFaultInfoBarcodeWebServiceException. getFaultInfo()Returns the fault info object of this exception, containing more detailed information about theBarcodeWebServiceException, that occurred on the server side.Constructors in net.webpdf.wsclient.schema.stubs with parameters of type BarcodeFaultInfo Constructor Description BarcodeWebServiceException(@Nullable String message, @NotNull BarcodeFaultInfo faultInfo)Collects information concerning a webPDFBarcodeWebServiceException, that has been encountered, while calling a webPDF webservice.BarcodeWebServiceException(@Nullable String message, @NotNull BarcodeFaultInfo faultInfo, @Nullable Throwable cause)Collects information concerning a webPDFBarcodeWebServiceException, that has been encountered, while calling a webPDF webservice.
-