|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.directory.shared.ldap.exception.LdapException
org.apache.directory.shared.ldap.exception.LdapOperationException
org.apache.directory.shared.ldap.exception.LdapSchemaViolationException
public class LdapSchemaViolationException
Makes a LdapOperationException
unambiguous with respect to the result code
it corresponds to by associating an LDAP specific result code with it.
Field Summary |
---|
Fields inherited from class org.apache.directory.shared.ldap.exception.LdapOperationException |
---|
resolvedDn, resultCode |
Constructor Summary | |
---|---|
LdapSchemaViolationException(ResultCodeEnum resultCode)
Creates a new instance of LdapSchemaViolationException. |
|
LdapSchemaViolationException(ResultCodeEnum resultCode,
java.lang.String message)
Creates a new instance of LdapSchemaViolationException. |
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 |
---|
public LdapSchemaViolationException(ResultCodeEnum resultCode, java.lang.String message)
resultCode
- the ResultCodeEnum for this exceptionmessage
- The exception messagepublic LdapSchemaViolationException(ResultCodeEnum resultCode)
resultCode
- the ResultCodeEnum for this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |