public final class DistributedManagementException extends ManagementException
NestedThrowable.Utilnested| Modifier and Type | Method and Description | 
|---|---|
| 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 | 
unWrapExceptionsgetNested, getNestedException, superPrintStackTrace, superPrintStackTrace, superToString, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTracepublic List getExceptions()
public String getMessage()
getMessage in class NestedExceptionpublic void printStackTrace()
printStackTrace in class NestedExceptionpublic void printStackTrace(PrintStream stream)
printStackTrace in class NestedExceptionstream - where to print the stack trace.public void printStackTrace(PrintWriter writer)
printStackTrace in class NestedExceptionwriter - where to print the stack trace.