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