Package org.ldaptive

Class ConnectException

    • Field Detail

      • serialVersionUID

        private static final long serialVersionUID
        serialVersionUID.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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