@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class ChangeLogEntryAttributeExceededMaxValuesException extends LDAPSDKException
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundidds
package structure, are only
supported for use against Ping Identity, UnboundID, and
Nokia/Alcatel-Lucent 8661 server products. These classes provide support
for proprietary functionality or for external specifications that are not
considered stable or mature enough to be guaranteed to work in an
interoperable way with other types of LDAP servers.
Constructor and Description |
---|
ChangeLogEntryAttributeExceededMaxValuesException(java.lang.String message,
ChangeLogEntryAttributeExceededMaxValuesCount attrInfo)
Creates a new instance of this exception with the provided object.
|
Modifier and Type | Method and Description |
---|---|
ChangeLogEntryAttributeExceededMaxValuesCount |
getAttributeInfo()
Retrieves an object providing information about the attribute that had more
values than could be included in a changelog entry before and/or after the
change was processed.
|
getExceptionMessage, getExceptionMessage, toString, toString
public ChangeLogEntryAttributeExceededMaxValuesException(@NotNull java.lang.String message, @NotNull ChangeLogEntryAttributeExceededMaxValuesCount attrInfo)
message
- The message to use for the exception.attrInfo
- An object providing information about the attribute that
had more values than could be included in a changelog
entry before and/or after the change was processed.@NotNull public ChangeLogEntryAttributeExceededMaxValuesCount getAttributeInfo()