Exception: UCB::LDAP::ConnectionFailedException

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeConnectionFailedException

Returns a new instance of ConnectionFailedException.



46
47
48
# File 'lib/ucb_ldap.rb', line 46

def initialize
  super("Failed to connect to ldap host '#{UCB::LDAP.host}''")
end