public class CombinedJetException extends RuntimeException
| Constructor and Description |
|---|
CombinedJetException(List<Throwable> errors)
Create a combined JetException with multiple errors
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause()
Return first exception or null if there are no exceptions
|
List<Throwable> |
getErrors()
Returns combined list of errors
|
void |
printStackTrace(PrintStream s)
Print stack trace of all the exceptions
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toStringpublic List<Throwable> getErrors()
public Throwable getCause()
public void printStackTrace(PrintStream s)
printStackTrace in class Throwables - PrintStream to write exceptions toCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.