Class ConnectionLostException

All Implemented Interfaces:
SWIG_DSAPIConstants, 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:
  • Constructor Details

    • ConnectionLostException

      public ConnectionLostException(String message, int nativeErrorCode)
    • ConnectionLostException

      public ConnectionLostException(String message)