public class LdapSchemaViolationException extends LdapOperationException
LdapOperationException unambiguous with respect to the result code
it corresponds to by associating an LDAP specific result code with it.resolvedDn, resultCode| Constructor and Description |
|---|
LdapSchemaViolationException(ResultCodeEnum resultCode)
Creates a new instance of LdapSchemaViolationException.
|
LdapSchemaViolationException(ResultCodeEnum resultCode,
String message)
Creates a new instance of LdapSchemaViolationException.
|
LdapSchemaViolationException(ResultCodeEnum resultCode,
String message,
Throwable cause) |
getResolvedDn, getResultCode, setResolvedDnaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LdapSchemaViolationException(ResultCodeEnum resultCode, String message)
resultCode - the ResultCodeEnum for this exceptionmessage - The exception messagepublic LdapSchemaViolationException(ResultCodeEnum resultCode, String message, Throwable cause)
resultCode - the ResultCodeEnum for this exceptionmessage - The exception messagecause - The root cause for this exceptionpublic LdapSchemaViolationException(ResultCodeEnum resultCode)
resultCode - the ResultCodeEnum for this exceptionCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.