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