Class ConnectionLostException

  • All Implemented Interfaces:
    SWIG_DSAPIConstants, java.io.Serializable

    public class ConnectionLostException
    extends NotBoundException
    A connection was lost during an attempt to perform a directory operation.

    If this exception is thrown, it means that the session is no longer bound, and further operations on the directory session are likely to throw a NotBoundException.

    Since:
    14.4
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectionLostException

        public ConnectionLostException​(java.lang.String message,
                                       int nativeErrorCode)
      • ConnectionLostException

        public ConnectionLostException​(java.lang.String message)