java.io.Serializable
, NestedThrowable
public final class DistributedManagementException extends ManagementException
NestedThrowable.Util
nested
Modifier and Type | Method | Description |
---|---|---|
java.util.List |
getExceptions() |
This is guaranteed to return a list containing 0 or more
DistributedUpdateException instances.
|
java.lang.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(java.io.PrintStream stream) |
Prints the stack trace for this particular exception to the
and all of the enclosed exceptions to the specified stream
|
void |
printStackTrace(java.io.PrintWriter writer) |
Prints the stack trace for this particular exception to the
and all of the enclosed exceptions to the specified stream
|
unWrapExceptions
getNested, getNestedException, superPrintStackTrace, superPrintStackTrace, superToString, toString
public java.util.List getExceptions()
public java.lang.String getMessage()
getMessage
in class NestedException
public void printStackTrace()
printStackTrace
in class NestedException
public void printStackTrace(java.io.PrintStream stream)
printStackTrace
in class NestedException
stream
- where to print the stack trace.public void printStackTrace(java.io.PrintWriter writer)
printStackTrace
in class NestedException
writer
- where to print the stack trace.