Class ChangeLogEntryAttributeExceededMaxValuesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.unboundid.util.LDAPSDKException
com.unboundid.ldap.sdk.unboundidds.ChangeLogEntryAttributeExceededMaxValuesException
- All Implemented Interfaces:
Serializable
@NotMutable
@ThreadSafety(level=COMPLETELY_THREADSAFE)
public final class ChangeLogEntryAttributeExceededMaxValuesException
extends LDAPSDKException
This class provides an exception that may be thrown when attempting to obtain
the value of an updated attribute as it appeared before or after a change
was processed, but the number of values for that attribute exceeded the
maximum number to include in a changelog entry.
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.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionChangeLogEntryAttributeExceededMaxValuesException(String message, ChangeLogEntryAttributeExceededMaxValuesCount attrInfo) Creates a new instance of this exception with the provided object. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves 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.Methods inherited from class com.unboundid.util.LDAPSDKException
getExceptionMessage, getExceptionMessage, toString, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ChangeLogEntryAttributeExceededMaxValuesException
public ChangeLogEntryAttributeExceededMaxValuesException(@NotNull String message, @NotNull ChangeLogEntryAttributeExceededMaxValuesCount attrInfo) Creates a new instance of this exception with the provided object.- Parameters:
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.
-
-
Method Details
-
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.- Returns:
- 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.
-