Package net.webpdf.wsclient.schema.stubs
Class ConverterWebServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.webpdf.wsclient.schema.stubs.WebServiceException
-
- net.webpdf.wsclient.schema.stubs.ConverterWebServiceException
-
- All Implemented Interfaces:
Serializable
@WebFault(name="WebserviceException") public class ConverterWebServiceException extends WebServiceException
An instance of
ConverterWebServiceExceptionwill be encountered in case the webPDF server“s response indicates the failure of a webservice call, it shall describe the failure, by providing a detailedConverterFaultInfodescribing the issue.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConverterWebServiceException(@Nullable String message, @NotNull ConverterFaultInfo faultInfo)Collects information concerning a webPDFConverterWebServiceException, that has been encountered, while calling a webPDF webservice.ConverterWebServiceException(@Nullable String message, @NotNull ConverterFaultInfo faultInfo, @Nullable Throwable cause)Collects information concerning a webPDFConverterWebServiceException, that has been encountered, while calling a webPDF webservice.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull ConverterFaultInfogetFaultInfo()Returns the fault info object of this exception, containing more detailed information about theConverterWebServiceException, 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
-
ConverterWebServiceException
public ConverterWebServiceException(@Nullable @Nullable String message, @NotNull @NotNull ConverterFaultInfo faultInfo)Collects information concerning a webPDFConverterWebServiceException, 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.
-
ConverterWebServiceException
public ConverterWebServiceException(@Nullable @Nullable String message, @NotNull @NotNull ConverterFaultInfo faultInfo, @Nullable @Nullable Throwable cause)Collects information concerning a webPDFConverterWebServiceException, 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 ConverterFaultInfo getFaultInfo()
Returns the fault info object of this exception, containing more detailed information about theConverterWebServiceException, that occurred on the server side.- Specified by:
getFaultInfoin classWebServiceException- Returns:
- returns fault bean: net.webpdf.wsclient.schema.stubs.ConverterFaultInfo
-
-