Class BarcodeWebServiceException

    • Constructor Detail

      • BarcodeWebServiceException

        public BarcodeWebServiceException​(@Nullable
                                          @Nullable String message,
                                          @NotNull
                                          @NotNull BarcodeFaultInfo faultInfo)
        Collects information concerning a webPDF BarcodeWebServiceException, 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.
      • BarcodeWebServiceException

        public BarcodeWebServiceException​(@Nullable
                                          @Nullable String message,
                                          @NotNull
                                          @NotNull BarcodeFaultInfo faultInfo,
                                          @Nullable
                                          @Nullable Throwable cause)
        Collects information concerning a webPDF BarcodeWebServiceException, 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 BarcodeFaultInfo getFaultInfo()
        Returns the fault info object of this exception, containing more detailed information about the BarcodeWebServiceException, that occurred on the server side.
        Specified by:
        getFaultInfo in class WebServiceException
        Returns:
        returns fault bean: net.webpdf.wsclient.schema.stubs.BarcodeFaultInfo