BEA Systems, Inc.

WebLogic Server 6.0sp2 API Reference

weblogic.management
Class DistributedUpdateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--weblogic.utils.NestedException
                    |
                    +--weblogic.management.DistributedUpdateException
Direct Known Subclasses:
DistributedAttributeUpdateException, DistributedOperationUpdateException

public abstract class DistributedUpdateException
extends weblogic.utils.NestedException

This exception is the super-exception for exception that occured while propagating an updated from the Admin Server to a specific Managed Server.

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
DistributedUpdateException(javax.management.ObjectName remoteNameArg, javax.management.MBeanServer remoteMBeanServerArg, java.lang.Exception exceptionArg)
           
 
Method Summary
 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)
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream stream)
           
 void printStackTrace(java.io.PrintWriter writer)
           
 
Methods inherited from class weblogic.utils.NestedException
getMessage, getNested, getNestedException, superPrintStackTrace, superToString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DistributedUpdateException

public DistributedUpdateException(javax.management.ObjectName remoteNameArg,
                                  javax.management.MBeanServer remoteMBeanServerArg,
                                  java.lang.Exception exceptionArg)
Method Detail

getRemoteName

public javax.management.ObjectName getRemoteName()
Return the ObjectName of the Config MBean on which the update failed.

getRemoteMBeanServer

public javax.management.MBeanServer getRemoteMBeanServer()
Return the MBeanServer on the Config MBean on which the update failed.

printStackTrace

public void printStackTrace()

Overrides:
printStackTrace in class weblogic.utils.NestedException

printStackTrace

public void printStackTrace(java.io.PrintStream stream)

Overrides:
printStackTrace in class weblogic.utils.NestedException

printStackTrace

public void printStackTrace(java.io.PrintWriter writer)

Overrides:
printStackTrace in class java.lang.Throwable

printExceptionInfo

public void printExceptionInfo(java.io.PrintWriter writer)

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs60