public class CountDownRaceExecutionException extends RuntimeException
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected List<Throwable> |
runnerCauseList |
| コンストラクタと説明 |
|---|
CountDownRaceExecutionException(String msg,
List<Throwable> runnerCauseList) |
CountDownRaceExecutionException(String msg,
Throwable firstCause) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
OptionalThing<List<Throwable>> |
getRunnerCauseList() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CountDownRaceExecutionException(String msg, Throwable firstCause)
public OptionalThing<List<Throwable>> getRunnerCauseList()
Copyright © 2014–2019 The DBFlute Project. All rights reserved.