Package org.ldaptive

Class ConnectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConnectException
    extends LdapException
    Exception that indicates a connection attempt failed.
    Author:
    Middleware Services
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ConnectException

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

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

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