Exception: UCB::LDAP::DirectoryNotUpdatedException

Inherits:
Exception
  • Object
show all
Defined in:
lib/ucb_ldap.rb

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeDirectoryNotUpdatedException

Returns a new instance of DirectoryNotUpdatedException.



52
53
54
55
# File 'lib/ucb_ldap.rb', line 52

def initialize
  result = UCB::LDAP.net_ldap.get_operation_result
  super("(Code=#{result.code}) #{result.message}")
end