Class VerificationFailedException

All Implemented Interfaces:
SWIG_DSAPIConstants, Serializable

public class VerificationFailedException extends NotBoundException
A connection was abandoned by the library because verification of the server's certificate failed.

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

    • VerificationFailedException

      public VerificationFailedException(String message, int nativeErrorCode)
    • VerificationFailedException

      public VerificationFailedException(String message)