Exception: UCB::LDAP::BindFailedException

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeBindFailedException

Returns a new instance of BindFailedException.



40
41
42
# File 'lib/ucb_ldap.rb', line 40

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