Class ChangeLogEntryAttributeExceededMaxValuesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.unboundid.util.LDAPSDKException
-
- com.unboundid.ldap.sdk.unboundidds.ChangeLogEntryAttributeExceededMaxValuesException
-
- All Implemented Interfaces:
java.io.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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChangeLogEntryAttributeExceededMaxValuesException(java.lang.String message, ChangeLogEntryAttributeExceededMaxValuesCount attrInfo)
Creates a new instance of this exception with the provided object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.unboundid.util.LDAPSDKException
getExceptionMessage, getExceptionMessage, toString, toString
-
-
-
-
Constructor Detail
-
ChangeLogEntryAttributeExceededMaxValuesException
public ChangeLogEntryAttributeExceededMaxValuesException(java.lang.String message, 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 Detail
-
getAttributeInfo
public 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.- 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.
-
-