org.apache.directory.api.ldap.model.exception
Class LdapStrongAuthenticationRequiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.api.ldap.model.exception.LdapException
              extended by org.apache.directory.api.ldap.model.exception.LdapOperationException
                  extended by org.apache.directory.api.ldap.model.exception.LdapStrongAuthenticationRequiredException
All Implemented Interfaces:
Serializable

public class LdapStrongAuthenticationRequiredException
extends LdapOperationException

A subclass of LdapOperationException which associates the ResultCodeEnum.STRONG_AUTH_REQUIRED value with the type.

Author:
Apache Directory Project
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.directory.api.ldap.model.exception.LdapOperationException
resolvedDn, resultCode
 
Constructor Summary
LdapStrongAuthenticationRequiredException()
          Creates a new instance of LdapStrongAuthenticationRequiredException.
LdapStrongAuthenticationRequiredException(String message)
          Creates a new instance of LdapStrongAuthenticationRequiredException.
 
Method Summary
 
Methods inherited from class org.apache.directory.api.ldap.model.exception.LdapOperationException
getResolvedDn, getResultCode, setResolvedDn
 
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

LdapStrongAuthenticationRequiredException

public LdapStrongAuthenticationRequiredException(String message)
Creates a new instance of LdapStrongAuthenticationRequiredException.

Parameters:
message - The exception message

LdapStrongAuthenticationRequiredException

public LdapStrongAuthenticationRequiredException()
Creates a new instance of LdapStrongAuthenticationRequiredException.



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.