BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.management
Class DistributedManagementException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--weblogic.utils.NestedException
                    |
                    +--weblogic.management.ManagementException
                          |
                          +--weblogic.management.DistributedManagementException

public class DistributedManagementException
extends ManagementException

This exception wraps a set of exceptions thrown when trying to update attributes over multiple managed servers in a WebLogic Domain.

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

Field Summary
static int MAX_EXCEPTIONS
           
 
Constructor Summary
DistributedManagementException(java.util.List exceptionsArg)
          The argument to this constructor must contain 0 or more DistributedUpdateException instances, or an java.lang.IllegalArgumentException will be thrown.
 
Method Summary
 java.util.List getExceptions()
          This is guaranteed to return a list containing 0 or more DistributedUpdateException instances.
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream stream)
           
 void printStackTrace(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
 

Field Detail

MAX_EXCEPTIONS

public static final int MAX_EXCEPTIONS
Constructor Detail

DistributedManagementException

public DistributedManagementException(java.util.List exceptionsArg)
The argument to this constructor must contain 0 or more DistributedUpdateException instances, or an java.lang.IllegalArgumentException will be thrown.
Method Detail

getExceptions

public java.util.List getExceptions()
This is guaranteed to return a list containing 0 or more DistributedUpdateException instances.

printStackTrace

public void printStackTrace()

Overrides:
printStackTrace in class weblogic.utils.NestedException

printStackTrace

public void printStackTrace(java.io.PrintStream stream)

Overrides:
printStackTrace in class weblogic.utils.NestedException

printStackTrace

public void printStackTrace(java.io.PrintWriter writer)

Overrides:
printStackTrace in class weblogic.utils.NestedException

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.