Exception: UCB::LDAP::BindFailedException

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

Overview

:nodoc:

Instance Method Summary collapse

Constructor Details

#initializeBindFailedException

Returns a new instance of BindFailedException.



8
9
10
# File 'lib/ucb_ldap_exceptions.rb', line 8

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