Uses of Class
org.apache.directory.api.ldap.model.exception.LdapOperationException
-
Packages that use LdapOperationException Package Description org.apache.directory.api.ldap.model.exception org.apache.directory.api.ldap.model.name -
-
Uses of LdapOperationException in org.apache.directory.api.ldap.model.exception
Subclasses of LdapOperationException in org.apache.directory.api.ldap.model.exception Modifier and Type Class Description classAbstractLdapReferralExceptionALdapOperationExceptionwhich associates a resultCode namely theResultCodeEnum.REFERRALresultCode with the exception.classLdapAdminLimitExceededExceptionA LdapTimeLimitExceededException which associates a resultCode namely theResultCodeEnum.ADMIN_LIMIT_EXCEEDEDresultCode with the exception.classLdapAffectMultipleDsaExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.AFFECTS_MULTIPLE_DSASvalue with the type.classLdapAliasDereferencingExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.ALIAS_DEREFERENCING_PROBLEMvalue with the type.classLdapAliasExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.ALIAS_PROBLEMvalue with the type.classLdapAttributeInUseExceptionA subclass ofLdapOperationExceptionwhich holds the LDAP resultCode associated with the exception.classLdapAuthenticationExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.INVALID_CREDENTIALSvalue with the type.classLdapAuthenticationNotSupportedExceptionA subclass of theLdapOperationExceptioncarrying along an unequivocal ResultCodeEnum value.classLdapCannotCancelExceptionA LdapCannotCancelException which associates a resultCode, namely theResultCodeEnum.CANNOT_CANCELresultCode with the exception.classLdapConfigurationExceptionALdapExceptionwhich associates a resultCode namely theResultCodeEnum.OTHERresultCode with the exception.classLdapContextNotEmptyExceptionA LdapContextNotEmptyException which contains an LDAP result code.classLdapEntryAlreadyExistsExceptionALdapOperationExceptionwhich contains LDAP specific information such as a result code.classLdapInvalidAttributeTypeExceptionA subclass ofLdapOperationExceptionwhich holds the LDAP resultCode associated with the exception.classLdapInvalidAttributeValueExceptionMakes aLdapOperationExceptionunambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it.classLdapInvalidDnExceptionA subclass ofLdapOperationExceptiondesigned to hold an unequivocal LDAP result code.classLdapInvalidSearchFilterExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.INAPPROPRIATE_MATCHINGvalue with the type.classLdapLoopDetectedExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.LOOP_DETECTvalue with the type.classLdapNoPermissionExceptionALdapOperationExceptionwhich associates a resultCode namely theResultCodeEnum.INSUFFICIENT_ACCESS_RIGHTSresultCode with the exception.classLdapNoSuchAttributeExceptionA subclass ofLdapOperationExceptionwhich holds the LDAP resultCode associated with the exception.classLdapNoSuchObjectExceptionALdapOperationExceptionholding LDAP specific information such as the LDAP ResultCode.classLdapNoSuchOperationExceptionA LdapNoSuchOperationException which associates a resultCode, namely theResultCodeEnum.NO_SUCH_OPERATIONresultCode with the exception.classLdapOperationErrorExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.OPERATIONS_ERRORvalue with the type.classLdapOtherExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.OTHERvalue with the type.classLdapPartialResultExceptionALdapOperationExceptionwhich associates a resultCode namely theResultCodeEnum.REFERRALresultCode with the exception.classLdapProtocolErrorExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.PROTOCOL_ERRORvalue with the type.classLdapReferralExceptionALdapOperationExceptionwhich associates a resultCode namely theResultCodeEnum.REFERRALresultCode with the exception.classLdapSchemaViolationExceptionMakes aLdapOperationExceptionunambiguous with respect to the result code it corresponds to by associating an LDAP specific result code with it.classLdapServiceUnavailableExceptionLDAP specificLdapOperationExceptionthat preserves resultCode resolution.classLdapSizeLimitExceededExceptionA LdapSizeLimitExceededException which associates a resultCode namely theResultCodeEnum.SIZE_LIMIT_EXCEEDEDresultCode with the exception.classLdapStrongAuthenticationRequiredExceptionA subclass ofLdapOperationExceptionwhich associates theResultCodeEnum.STRONG_AUTH_REQUIREDvalue with the type.classLdapTimeLimitExceededExceptionA LdapTimeLimitExceededException which associates a resultCode namely theResultCodeEnum.TIME_LIMIT_EXCEEDEDresultCode with the exception.classLdapTooLateExceptionA LdapTooLateException which associates a resultCode namely theResultCodeEnum.TOO_LATEresultCode with the exception.classLdapUnknownExceptionA LdapUnknownException which associates a resultCode, namely theResultCodeEnum.UNKNOWNresultCode with the exception.classLdapUnwillingToPerformExceptionAn LDAPException that extends theLdapOperationExceptioncarrying with it the corresponding result codes for this condition. -
Uses of LdapOperationException in org.apache.directory.api.ldap.model.name
Subclasses of LdapOperationException in org.apache.directory.api.ldap.model.name Modifier and Type Class Description classTooComplexDnExceptionThis exception is used to signal that the complex parser should be used.
-