Class PulsarClientException.InvalidConfigurationException

    • Constructor Detail

      • InvalidConfigurationException

        public InvalidConfigurationException​(java.lang.String msg)
        Constructs an InvalidConfigurationException with the specified detail message.
        Parameters:
        msg - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
      • InvalidConfigurationException

        public InvalidConfigurationException​(java.lang.Throwable t)
        Constructs an InvalidConfigurationException with the specified cause.
        Parameters:
        t - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
      • InvalidConfigurationException

        public InvalidConfigurationException​(java.lang.String msg,
                                             java.lang.Throwable t)
        Constructs an InvalidConfigurationException with the specified cause.
        Parameters:
        msg - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)
        t - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)