
public class CombinedException extends Exception
| Constructor and Description |
|---|
CombinedException(String message) |
CombinedException(String message,
List<Throwable> causes) |
CombinedException(String message,
Throwable cause) |
CombinedException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
List<Throwable> |
getCauses() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CombinedException(String message)
public CombinedException(Throwable cause)
public String getMessage()
getMessage in class ThrowableCopyright © 2020 JBoss by Red Hat. All rights reserved.