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