Class SOAPClientException

    • Constructor Detail

      • SOAPClientException

        public SOAPClientException()
        Create SOAPClientException with no message.
      • SOAPClientException

        public SOAPClientException​(String className)
        Create SOAPClientException with a message.
        Parameters:
        className - The name of the class associated with exception.
      • SOAPClientException

        public SOAPClientException​(String className,
                                   String exceptionMessage)
        Create SOAPClientException with a class name and message.
        Parameters:
        className - The name of the class associated with exception.
        exceptionMessage - The message associated with exception.
    • Method Detail

      • getClassName

        public String getClassName()
        Method to obtain the class name.
        Returns:
        the class name
      • getMessage

        public String getMessage()
        Method to obtain the message.
        Overrides:
        getMessage in class Throwable
        Returns:
        message