Class LdapOperationException

    • Constructor Detail

      • LdapOperationException

        public LdapOperationException​(ResultCodeEnum resultCode,
                                      String message)
        Creates a new instance of LdapOperationException.
        Parameters:
        resultCode - The operation resultCode
        message - The exception message
      • LdapOperationException

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

        public LdapOperationException​(String message)
        Creates a new instance of LdapOperationException.
        Parameters:
        message - The exception message
      • LdapOperationException

        public LdapOperationException​(String message,
                                      Throwable cause)
        Creates a new instance of LdapOperationException.
        Parameters:
        message - The exception message
        cause - The root cause for this exception
    • Method Detail

      • getResultCode

        public ResultCodeEnum getResultCode()
        Gets the LDAP result code that would be associated with this exception.
        Returns:
        the LDAP result code corresponding to this exception type.
      • setResolvedDn

        public void setResolvedDn​(Dn resolvedDn)
        Parameters:
        resolvedDn - the resolvedDn to set