public class ErrorDetails extends Object
| Constructor and Description |
|---|
ErrorDetails(Throwable throwable,
String cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCause() |
Throwable |
getThrowable() |
void |
setCause(String cause) |
void |
setThrowable(Throwable throwable) |
Copyright © 2018–2020 Flowing Code. All rights reserved.