LdapSocketRefusedException class

Exception indicating the LDAP/LDAPS port could not be connected to.

Often caused by the LDAP server not running, or access to it has been blocked.

Inheritance

Constructors

LdapSocketRefusedException(SocketException se, String remoteServer, int remotePort)

Properties

hashCode int
The hash code for this object.
no setterinherited
localPort int
latefinal
message String
no setterinherited
remotePort int
final
remoteServer String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socketException SocketException
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited