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.
| Fields inherited from javax.namingNamingException |
|---|
| Constructor Summary |
|---|
|
Constructs a new instance of AttributeModificationException using an explanation. |
|
Constructs a new instance of AttributeModificationException. |
| Method Summary | |
|---|---|
| ModificationItem[] |
Retrieves the unexecuted modification list. |
| void |
Sets the unexecuted modification list to be e. |
| String |
The string representation of this exception consists of information about where the error occurred, and the first unexecuted modification. |
| Methods inherited from java.langObject |
|---|
| Methods inherited from java.langThrowable |
|---|
public AttributeModificationException
(
)