java.io.Serializable, NestedThrowableDistributedAttributeUpdateException, DistributedOperationUpdateExceptionpublic abstract class DistributedUpdateException extends NestedException
NestedThrowable.Utilnested| Modifier and Type | Method | Description | 
|---|---|---|
| javax.management.MBeanServer | getRemoteMBeanServer() | Return the MBeanServer on the Config MBean on which the update
 failed. | 
| javax.management.ObjectName | getRemoteName() | Return the ObjectName of the Config MBean on which the update
 failed. | 
| void | printExceptionInfo(java.io.PrintWriter writer) | Print the information to the specified writer. | 
| void | printStackTrace() | Print the trace to the System.err. | 
| void | printStackTrace(java.io.PrintStream stream) | Print the trace to the specified stream. | 
| void | printStackTrace(java.io.PrintWriter writer) | Print the trace to the specified writer. | 
getMessage, getNested, getNestedException, superPrintStackTrace, superPrintStackTrace, superToString, toStringpublic javax.management.ObjectName getRemoteName()
public javax.management.MBeanServer getRemoteMBeanServer()
public void printStackTrace()
printStackTrace in class NestedExceptionpublic void printStackTrace(java.io.PrintStream stream)
printStackTrace in class NestedExceptionstream - public void printStackTrace(java.io.PrintWriter writer)
printStackTrace in class NestedExceptionwriter - public void printExceptionInfo(java.io.PrintWriter writer)
writer -