Exception: UCB::LDAP::ConnectionFailedException

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeConnectionFailedException

Returns a new instance of ConnectionFailedException.



14
15
16
# File 'lib/ucb_ldap_exceptions.rb', line 14

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