Class UnsupportedAuthenticationMechanismException

  • All Implemented Interfaces:

    public class UnsupportedAuthenticationMechanismException
    extends InvalidResourceUsageException
    Exception thrown when a configured LDAP is unsupported by the target LDAP server. (e.g. DIGEST-MD5, simple, etc)
    Since:
    1.2
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
       message)  
       message,  cause)  
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • UnsupportedAuthenticationMechanismException

        public UnsupportedAuthenticationMechanismException​( message)
      • UnsupportedAuthenticationMechanismException

        public UnsupportedAuthenticationMechanismException​( message,
                                                            cause)