org.apache.directory.shared.ldap.exception
Class LdapAffectMultipleDsaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.directory.shared.ldap.exception.LdapException
              extended by org.apache.directory.shared.ldap.exception.LdapOperationException
                  extended by org.apache.directory.shared.ldap.exception.LdapAffectMultipleDsaException
All Implemented Interfaces:
java.io.Serializable

public class LdapAffectMultipleDsaException
extends LdapOperationException

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

Version:
$Rev: 477298 $
Author:
Apache Directory Project
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.directory.shared.ldap.exception.LdapOperationException
resolvedDn, resultCode
 
Constructor Summary
LdapAffectMultipleDsaException()
          Creates a new instance of LdapAffectMultipleDsaException.
LdapAffectMultipleDsaException(java.lang.String message)
          Creates a new instance of LdapAffectMultipleDsaException.
 
Method Summary
 
Methods inherited from class org.apache.directory.shared.ldap.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

LdapAffectMultipleDsaException

public LdapAffectMultipleDsaException(java.lang.String message)
Creates a new instance of LdapAffectMultipleDsaException.

Parameters:
message - The exception message

LdapAffectMultipleDsaException

public LdapAffectMultipleDsaException()
Creates a new instance of LdapAffectMultipleDsaException.



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.