|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LdapSchemaExceptionCodes | |
|---|---|
| org.apache.directory.api.ldap.model.exception | |
| Uses of LdapSchemaExceptionCodes in org.apache.directory.api.ldap.model.exception |
|---|
| Methods in org.apache.directory.api.ldap.model.exception that return LdapSchemaExceptionCodes | |
|---|---|
LdapSchemaExceptionCodes |
LdapSchemaException.getCode()
Gets the code of the exception. |
static LdapSchemaExceptionCodes |
LdapSchemaExceptionCodes.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LdapSchemaExceptionCodes[] |
LdapSchemaExceptionCodes.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.apache.directory.api.ldap.model.exception with parameters of type LdapSchemaExceptionCodes | |
|---|---|
void |
LdapSchemaException.setCode(LdapSchemaExceptionCodes code)
Sets the code of the exception. |
| Constructors in org.apache.directory.api.ldap.model.exception with parameters of type LdapSchemaExceptionCodes | |
|---|---|
LdapSchemaException(LdapSchemaExceptionCodes code)
Creates a new instance of LdapSchemaException. |
|
LdapSchemaException(LdapSchemaExceptionCodes code,
String explanation)
Creates a new instance of LdapSchemaException. |
|
LdapSchemaException(LdapSchemaExceptionCodes code,
String explanation,
Throwable cause)
Creates a new instance of LdapSchemaException. |
|
LdapSchemaException(LdapSchemaExceptionCodes code,
Throwable cause)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||