Package net.webpdf.wsclient.schema.stubs
Class WebServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.webpdf.wsclient.schema.stubs.WebServiceException
-
- All Implemented Interfaces:
Serializable
@WebFault(name="WebserviceException") public class WebServiceException extends Exception
An instance of
WebServiceExceptionwill be encountered in case the webPDF server“s response indicates the failure of a webservice call, it shall describe the failure, by providing a detailedFaultInfodescribing the issue.This class was generated by the JAX-WS RI. JAX-WS RI 2.2.9-b130926.1035 Generated source version: 2.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WebServiceException(@Nullable String message, @NotNull FaultInfo faultInfo)Collects information concerning a webPDFWebServiceException, that has been encountered, while calling a webPDF webservice.WebServiceException(@Nullable String message, @NotNull FaultInfo faultInfo, @Nullable Throwable cause)Collects information concerning a webPDFWebServiceException, that has been encountered, while calling a webPDF webservice.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull FaultInfogetFaultInfo()Returns the fault info object of this exception, containing more detailed information about theWebServiceException, that occurred on the server side.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WebServiceException
public WebServiceException(@Nullable @Nullable String message, @NotNull @NotNull FaultInfo faultInfo)Collects information concerning a webPDFWebServiceException, that has been encountered, while calling a webPDF webservice.- Parameters:
faultInfo- The fault info containing further information concerning the error.message- The message, describing the occurred error.
-
WebServiceException
public WebServiceException(@Nullable @Nullable String message, @NotNull @NotNull FaultInfo faultInfo, @Nullable @Nullable Throwable cause)Collects information concerning a webPDFWebServiceException, that has been encountered, while calling a webPDF webservice.- Parameters:
faultInfo- The fault info containing further information concerning the error.cause- The cause of the error.message- The message, describing the occurred error.
-
-
Method Detail
-
getFaultInfo
@NotNull public @NotNull FaultInfo getFaultInfo()
Returns the fault info object of this exception, containing more detailed information about theWebServiceException, that occurred on the server side.- Returns:
- returns fault bean: net.webpdf.wsclient.schema.stubs.toolbox.FaultInfo
-
-