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