BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management
Class DistributedAttributeUpdateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--weblogic.utils.NestedException
                    |
                    +--weblogic.management.DistributedUpdateException
                          |
                          +--weblogic.management.DistributedAttributeUpdateException

public class DistributedAttributeUpdateException
extends DistributedUpdateException

This exception wraps an exception that occured while propagating a specific attribute change (set) from the Admin Server to a specific Managed Server.

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

Constructor Summary
DistributedAttributeUpdateException(javax.management.ObjectName remoteNameArg, javax.management.MBeanServer remoteMBeanServerArg, java.lang.Exception exceptionArg, javax.management.Attribute attributeArg)
           
 
Method Summary
 javax.management.Attribute getAttribute()
          Return the attribute that was being updated.
 void printExceptionInfo(java.io.PrintWriter writer)
           
 
Methods inherited from class weblogic.management.DistributedUpdateException
getRemoteMBeanServer, getRemoteName, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class weblogic.utils.NestedException
getMessage, getNested, getNestedException, superPrintStackTrace, 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

DistributedAttributeUpdateException

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

getAttribute

public javax.management.Attribute getAttribute()
Return the attribute that was being updated.

printExceptionInfo

public void printExceptionInfo(java.io.PrintWriter writer)

Overrides:
printExceptionInfo in class DistributedUpdateException

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

WebLogic classes and methods that do not appear in this reference are not public and are not supported.