weblogic.management
Class DistributedAttributeUpdateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
weblogic.utils.NestedException
weblogic.management.DistributedUpdateException
weblogic.management.DistributedAttributeUpdateException
- All Implemented Interfaces:
- Serializable, weblogic.utils.NestedThrowable
Deprecated.
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
| Nested classes/interfaces inherited from interface 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
- Parameters:
remoteNameArg - the object on the managed server that was
being updated.remoteMBeanServerArg - The MBean Server on which the failure
occurred.exceptionArg - The original cause for the failure.attributeArg - The attribute that was being updated, includes
the name and value of the attribute.
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:
printExceptionInfo in class DistributedUpdateException
- Parameters:
writer - where to write the information.