Class LdapInvalidDnException

    • Constructor Detail

      • LdapInvalidDnException

        public LdapInvalidDnException​(String message)
        To be used by some special exceptions like LdapInvalidDnException
        Parameters:
        message - The message for this exception
      • LdapInvalidDnException

        public LdapInvalidDnException​(String message,
                                      Throwable cause)
        to be used by some special exceptions like LdapInvalidDnException
        Parameters:
        message - The exception message
        cause - The root cause for this exception
      • LdapInvalidDnException

        public LdapInvalidDnException​(ResultCodeEnum resultCode,
                                      String message)
        Creates a new instance of LdapInvalidDnException.
        Parameters:
        resultCode - the ResultCodeEnum for this exception
        message - The exception message
      • LdapInvalidDnException

        public LdapInvalidDnException​(ResultCodeEnum resultCode,
                                      String message,
                                      Throwable cause)
        Creates a new instance of LdapInvalidDnException.
        Parameters:
        resultCode - the ResultCodeEnum for this exception
        message - The exception message
        cause - The root cause for this exception
      • LdapInvalidDnException

        public LdapInvalidDnException​(ResultCodeEnum resultCode)
        Creates a new instance of LdapInvalidDnException.
        Parameters:
        resultCode - the ResultCodeEnum for this exception