weblogic.management
Class  DistributedOperationUpdateException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--weblogic.utils.NestedException
                    |
                    +--weblogic.management.DistributedUpdateException
                          |
                          +--weblogic.management.DistributedOperationUpdateException
- public final class DistributedOperationUpdateException
- extends DistributedUpdateException
  
This exception wraps an exception that occured while propagating a
 specific operation from the Admin Server to a specific Managed
 Server.
- See Also: 
 - Serialized Form
 
| Fields inherited from class weblogic.utils.NestedException | 
nested | 
 
| 
Constructor Summary
 | 
DistributedOperationUpdateException(javax.management.ObjectName remoteNameArg,
                                    javax.management.MBeanServer remoteMBeanServerArg,
                                    java.lang.Exception exceptionArg,
                                    java.lang.String actionNameArg,
                                    java.lang.Object[] paramsArg,
                                    java.lang.String[] signatureArg)
 
            | 
 
| 
Method Summary
 | 
 java.lang.String | 
getActionName()
 
          Return the action that was performed that was being propagated. | 
 java.lang.Object[] | 
getParams()
 
          Return the params that was passed to the action that was being
 propagated. | 
 java.lang.String[] | 
getSignature()
 
          Return the signature that was used for the action invocation. | 
 void | 
printExceptionInfo(java.io.PrintWriter writer)
 
            | 
 
 
| 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 | 
 
DistributedOperationUpdateException
public DistributedOperationUpdateException(javax.management.ObjectName remoteNameArg,
                                           javax.management.MBeanServer remoteMBeanServerArg,
                                           java.lang.Exception exceptionArg,
                                           java.lang.String actionNameArg,
                                           java.lang.Object[] paramsArg,
                                           java.lang.String[] signatureArg)
getActionName
public java.lang.String getActionName()
- Return the action that was performed that was being propagated.
 
getParams
public java.lang.Object[] getParams()
- Return the params that was passed to the action that was being
 propagated.
 
getSignature
public java.lang.String[] getSignature()
- Return the signature that was used for the action invocation.
 
printExceptionInfo
public void printExceptionInfo(java.io.PrintWriter writer)
- Overrides:
 - printExceptionInfo in class DistributedUpdateException
 
 
Copyright © 2004 BEA Systems, Inc. All Rights Reserved.
WebLogic Server 7.0 API Reference