Class VerificationFailedException

  • All Implemented Interfaces:
    SWIG_DSAPIConstants, java.io.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:
    Serialized Form
    • Constructor Detail

      • VerificationFailedException

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

        public VerificationFailedException​(java.lang.String message)