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