Uses of Class
org.opends.server.types.IdentifiedException
-
Packages that use IdentifiedException Package Description org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation.org.opends.server.types Contains implementations for a number of Directory Server data types.org.opends.server.util Contains implementations for various Directory Server utility classes and methods which may be used throughout the server but do not necessarily fit in elsewhere. -
-
Uses of IdentifiedException in org.opends.server.authorization.dseecompat
Subclasses of IdentifiedException in org.opends.server.authorization.dseecompat Modifier and Type Class Description class
AciException
The AciException class defines an exception that may be thrown either during ACI syntax verification of an "aci" attribute type value or during evaluation of an LDAP operation using a set of applicable ACIs. -
Uses of IdentifiedException in org.opends.server.types
Subclasses of IdentifiedException in org.opends.server.types Modifier and Type Class Description class
InitializationException
This class defines an exception that may be thrown if a problem occurs while trying to initialize a Directory Server component. -
Uses of IdentifiedException in org.opends.server.util
Subclasses of IdentifiedException in org.opends.server.util Modifier and Type Class Description class
LDIFException
This class defines an exception that may be thrown while attempting to parse LDIF content.
-