org.apache.shiro.ldap
Class UnsupportedAuthenticationMechanismException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.shiro.ShiroException
                  extended by org.apache.shiro.dao.DataAccessException
                      extended by org.apache.shiro.dao.InvalidResourceUsageException
                          extended by org.apache.shiro.ldap.UnsupportedAuthenticationMechanismException
All Implemented Interfaces:
Serializable

public class UnsupportedAuthenticationMechanismException
extends InvalidResourceUsageException

Exception thrown when a configured LDAP Authentication Mechanism is unsupported by the target LDAP server. (e.g. DIGEST-MD5, simple, etc)

Since:
1.2
See Also:
Serialized Form

Constructor Summary
UnsupportedAuthenticationMechanismException(String message)
           
UnsupportedAuthenticationMechanismException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedAuthenticationMechanismException

public UnsupportedAuthenticationMechanismException(String message)

UnsupportedAuthenticationMechanismException

public UnsupportedAuthenticationMechanismException(String message,
                                                   Throwable cause)


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.