Exception: UCB::LDAP::DirectoryNotUpdatedException

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeDirectoryNotUpdatedException

Returns a new instance of DirectoryNotUpdatedException.



20
21
22
23
# File 'lib/ucb_ldap_exceptions.rb', line 20

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