Class SoapMarshalingException

    • Constructor Detail

      • SoapMarshalingException

        public SoapMarshalingException​(String msg)
        Exception constructor based on an error message.
        Parameters:
        msg - Error description.
      • SoapMarshalingException

        public SoapMarshalingException​(String msg,
                                       Throwable cause)
        Exception constructor based on an error message and the cause.
        Parameters:
        msg - Error description.
        cause - The exception that is the cause of this exception.