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