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, toString
public CombinedException(String message)
public CombinedException(Throwable cause)
public String getMessage()
getMessage
in class Throwable
Copyright © 2017 JBoss by Red Hat. All rights reserved.