Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)
weblogic.management
Class DistributedAttributeUpdateException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           weblogic.utils.NestedException
weblogic.utils.NestedException
               weblogic.management.DistributedUpdateException
weblogic.management.DistributedUpdateException
                   weblogic.management.DistributedAttributeUpdateException
weblogic.management.DistributedAttributeUpdateException
- All Implemented Interfaces: 
- weblogic.utils.NestedThrowable, Serializable
- 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
- Copyright © 2005 BEA Systems, Inc. All Rights Reserved.
 
| Nested classes inherited from class weblogic.utils.NestedThrowable | 
| weblogic.utils.NestedThrowable.Util | 
 
 
| Fields inherited from class weblogic.utils.NestedException | 
| nested | 
 
 
 
 
| Methods inherited from class weblogic.utils.NestedException | 
| getMessage, getNested, getNestedException, superPrintStackTrace, superPrintStackTrace, superToString, toString | 
 
 
 
DistributedAttributeUpdateException
public DistributedAttributeUpdateException(ObjectName remoteNameArg,
                                           MBeanServer remoteMBeanServerArg,
                                           Exception exceptionArg,
                                           Attribute attributeArg)
- Deprecated. - Constructor for the DistributedAttributeUpdateException object
 
getAttribute
public Attribute getAttribute()
- Deprecated. - Return the attribute that was being updated.
 
- 
- Returns:
- The attribute value
 
printExceptionInfo
public void printExceptionInfo(PrintWriter writer)
- Deprecated. - Writes the exception information onto the PrintWriter.
 
- 
- Overrides:
- printExceptionInfoin class- DistributedUpdateException
 
- 
- Parameters:
- writer- where to write the information.