Uses of Class
net.webpdf.wsclient.openapi.WebserviceException
-
Packages that use WebserviceException Package Description net.webpdf.wsclient.exception net.webpdf.wsclient.openapi -
-
Uses of WebserviceException in net.webpdf.wsclient.exception
Constructors in net.webpdf.wsclient.exception with parameters of type WebserviceException Constructor Description ServerResultException(@Nullable WebserviceException openApiException)Instantiates a newServerResultExceptionthat wraps a webPDF server fail state. -
Uses of WebserviceException in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return WebserviceException Modifier and Type Method Description @Nullable WebserviceExceptionDocumentFile. getError()Get error@Nullable WebserviceExceptionDocumentInfoForm. getError()Get errorMethods in net.webpdf.wsclient.openapi with parameters of type WebserviceException Modifier and Type Method Description DocumentFileDocumentFile. error(WebserviceException error)DocumentInfoFormDocumentInfoForm. error(WebserviceException error)voidDocumentFile. setError(WebserviceException error)voidDocumentInfoForm. setError(WebserviceException error)
-