Package org.ldaptive

Class ConnectException

All Implemented Interfaces:
Serializable

public class ConnectException extends LdapException
Exception that indicates a connection attempt failed.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      serialVersionUID.
      See Also:
  • Constructor Details

    • ConnectException

      public ConnectException(ResultCode code, String msg)
      Creates a new connect exception.
      Parameters:
      code - result code describing this exception
      msg - describing this exception
    • ConnectException

      public ConnectException(ResultCode code, Throwable e)
      Creates a new connect exception.
      Parameters:
      code - result code describing this exception
      e - underlying exception
    • ConnectException

      public ConnectException(ResultCode code, String msg, Throwable e)
      Creates a new connect exception.
      Parameters:
      code - result code describing this exception
      msg - describing this exception
      e - underlying exception