Serializable
public class AttributeModificationException extends NamingException
An AttributeModificationException instance is not synchronized against concurrent multithreaded access. Multiple threads trying to access and modify a single AttributeModification instance should lock the object.
remainingName, resolvedName, resolvedObj, rootException
Constructor | Description |
---|---|
AttributeModificationException() |
Constructs a new instance of AttributeModificationException. |
AttributeModificationException |
Constructs a new instance of AttributeModificationException using an explanation. |
Modifier and Type | Method | Description |
---|---|---|
ModificationItem[] |
getUnexecutedModifications() |
Retrieves the unexecuted modification list. |
void |
setUnexecutedModifications |
Sets the unexecuted modification list to be e. |
String |
toString() |
The string representation of this exception consists of information about where the error occurred, and the first unexecuted modification. |
appendRemainingComponent, appendRemainingName, getCause, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public AttributeModificationException(String explanation)
explanation
- Possibly null additional detail about this exception. If null, this exception has no detail message.public AttributeModificationException()
public void setUnexecutedModifications(ModificationItem[] e)
e
- The possibly null list of unexecuted modifications.public ModificationItem[] getUnexecutedModifications()
public String toString()
toString
in class NamingException
© 1993, 2023, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/21/docs/api/java.naming/javax/naming/directory/AttributeModificationException.html