public abstract class DistributedUpdateException extends NestedException
NestedThrowable.Util
Modifier and Type | Field and Description |
---|---|
private javax.management.MBeanServer |
remoteMBeanServer
Where that object lives.
|
private javax.management.ObjectName |
remoteName
Of the object being updated
|
nested
Constructor and Description |
---|
DistributedUpdateException(javax.management.ObjectName remoteNameArg,
javax.management.MBeanServer remoteMBeanServerArg,
java.lang.Exception exceptionArg)
Constructor for the DistributedUpdateException object
|
Modifier and Type | Method and 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, toString
private javax.management.ObjectName remoteName
private javax.management.MBeanServer remoteMBeanServer
public DistributedUpdateException(javax.management.ObjectName remoteNameArg, javax.management.MBeanServer remoteMBeanServerArg, java.lang.Exception exceptionArg)
remoteNameArg
- The name of the object.remoteMBeanServerArg
- The server where that object lives.exceptionArg
- the exception which triggered the failurepublic javax.management.ObjectName getRemoteName()
public javax.management.MBeanServer getRemoteMBeanServer()
public void printStackTrace()
printStackTrace
in class NestedException
public void printStackTrace(java.io.PrintStream stream)
printStackTrace
in class NestedException
stream
- public void printStackTrace(java.io.PrintWriter writer)
printStackTrace
in class NestedException
writer
- public void printExceptionInfo(java.io.PrintWriter writer)
writer
-