Class LdpClientException

    • Constructor Detail

      • LdpClientException

        public LdpClientException()
        Create a new LdpClientException.
      • LdpClientException

        public LdpClientException​(String message)
        Create a new LdpClientException with a custom message.
        Parameters:
        message - the message
      • LdpClientException

        public LdpClientException​(String message,
                                  Throwable cause)
        Create a new LdpClientException with a custom message and known cause.
        Parameters:
        message - the message
        cause - the cause
      • LdpClientException

        public LdpClientException​(Throwable cause)
        Create a new LdpClientException with a known cause.
        Parameters:
        cause - the cause