Class LdapSizeLimitExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.directory.api.ldap.model.exception.LdapException
-
- org.apache.directory.api.ldap.model.exception.LdapOperationException
-
- org.apache.directory.api.ldap.model.exception.LdapSizeLimitExceededException
-
- All Implemented Interfaces:
Serializable
public class LdapSizeLimitExceededException extends LdapOperationException
A LdapSizeLimitExceededException which associates a resultCode namely theResultCodeEnum.SIZE_LIMIT_EXCEEDEDresultCode with the exception.- Author:
- Apache Directory Project
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static longserialVersionUIDThe serial version UUID-
Fields inherited from class org.apache.directory.api.ldap.model.exception.LdapOperationException
resolvedDn, resultCode
-
-
Constructor Summary
Constructors Constructor Description LdapSizeLimitExceededException()Creates a new instance of LdapSizeLimitExceededException.LdapSizeLimitExceededException(String explanation)Creates a new instance of LdapSizeLimitExceededException.
-
Method Summary
-
Methods inherited from class org.apache.directory.api.ldap.model.exception.LdapOperationException
getResolvedDn, getResultCode, setResolvedDn
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
The serial version UUID- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LdapSizeLimitExceededException
public LdapSizeLimitExceededException()
Creates a new instance of LdapSizeLimitExceededException.
-
LdapSizeLimitExceededException
public LdapSizeLimitExceededException(String explanation)
Creates a new instance of LdapSizeLimitExceededException.- Parameters:
explanation- The associated error message
-
-