public static class SpringWebBeanResolutionTest.ErrorDto extends Object
| Constructor and Description |
|---|
ErrorDto(String type,
String message,
SpringWebBeanResolutionTest.ErrorDto cause) |
ErrorDto(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
SpringWebBeanResolutionTest.ErrorDto |
getCause() |
String |
getMessage() |
String |
getType() |
public ErrorDto(String type, String message, SpringWebBeanResolutionTest.ErrorDto cause)
public ErrorDto(Throwable e)
public String getType()
public String getMessage()
public SpringWebBeanResolutionTest.ErrorDto getCause()
Copyright © 2021. All rights reserved.