BEA Systems, Inc.


weblogic.management
Class DistributedAttributeUpdateException

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

public final 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.

See Also:
Serialized Form

Fields inherited from class weblogic.utils.NestedException
nested
 
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/docs70

Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference