Exception: UCB::LDAP::DirectoryNotUpdatedException
- Inherits:
-
Exception
- Object
- Exception
- UCB::LDAP::DirectoryNotUpdatedException
- Defined in:
- lib/ucb_ldap.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#initialize ⇒ DirectoryNotUpdatedException
constructor
A new instance of DirectoryNotUpdatedException.
Constructor Details
#initialize ⇒ DirectoryNotUpdatedException
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.}") end |