BEA Systems, Inc.

weblogic.management
Class DistributedManagementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by weblogic.utils.NestedException
              extended by weblogic.management.ManagementException
                  extended by weblogic.management.DistributedManagementException
All Implemented Interfaces:
Serializable, weblogic.utils.NestedThrowable

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

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface weblogic.utils.NestedThrowable
weblogic.utils.NestedThrowable.Util
 
Field Summary
 
Fields inherited from class weblogic.utils.NestedException
nested
 
Constructor Summary
DistributedManagementException(List exceptionsArg)
          The argument to this constructor must contain 0 or more DistributedUpdateException instances, or an java.lang.IllegalArgumentException will be thrown.
 
Method Summary
 List getExceptions()
          This is guaranteed to return a list containing 0 or more DistributedUpdateException instances.
 String getMessage()
          Gets the message attribute of the DistributedManagementException object
 void printStackTrace()
          Prints the stack trace for this particular exception to the and all of the enclosed exceptions to the standard error.
 void printStackTrace(PrintStream stream)
          Prints the stack trace for this particular exception to the and all of the enclosed exceptions to the specified stream
 void printStackTrace(PrintWriter writer)
          Prints the stack trace for this particular exception to the and all of the enclosed exceptions to the specified stream
 
Methods inherited from class weblogic.management.ManagementException
unWrapExceptions
 
Methods inherited from class weblogic.utils.NestedException
getNested, getNestedException, superPrintStackTrace, superPrintStackTrace, superToString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DistributedManagementException

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

Parameters:
exceptionsArg -
Method Detail

getExceptions

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

Returns:
The exceptions value

getMessage

public String getMessage()
Gets the message attribute of the DistributedManagementException object

Overrides:
getMessage in class weblogic.utils.NestedException
Returns:
The message value

printStackTrace

public void printStackTrace()
Prints the stack trace for this particular exception to the and all of the enclosed exceptions to the standard error.

Overrides:
printStackTrace in class weblogic.utils.NestedException

printStackTrace

public void printStackTrace(PrintStream stream)
Prints the stack trace for this particular exception to the and all of the enclosed exceptions to the specified stream

Overrides:
printStackTrace in class weblogic.utils.NestedException
Parameters:
stream - where to print the stack trace.

printStackTrace

public void printStackTrace(PrintWriter writer)
Prints the stack trace for this particular exception to the and all of the enclosed exceptions to the specified stream

Overrides:
printStackTrace in class weblogic.utils.NestedException
Parameters:
writer - where to print the stack trace.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.