|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
weblogic.utils.NestedException
weblogic.management.ManagementException
weblogic.management.DistributedManagementException
public final class DistributedManagementException
This exception wraps a set of exceptions thrown when trying to update attributes over multiple managed servers in a WebLogic Domain.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface weblogic.utils.NestedThrowable |
---|
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 |
---|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DistributedManagementException(List exceptionsArg)
exceptionsArg
- Method Detail |
---|
public List getExceptions()
public String getMessage()
getMessage
in class NestedException
public void printStackTrace()
printStackTrace
in class NestedException
public void printStackTrace(PrintStream stream)
printStackTrace
in class NestedException
stream
- where to print the stack trace.public void printStackTrace(PrintWriter writer)
printStackTrace
in class NestedException
writer
- where to print the stack trace.
|
Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |