public static class ServiceException.Builder extends Object
| Constructor and Description |
|---|
Builder(RestErrorInfo errorInfo) |
| Modifier and Type | Method and Description |
|---|---|
ServiceException |
build() |
ServiceException.Builder |
cause(Throwable cause) |
ServiceException.Builder |
headers(org.springframework.http.HttpHeaders headers) |
ServiceException.Builder |
status(org.springframework.http.HttpStatus status) |
public Builder(RestErrorInfo errorInfo)
public ServiceException.Builder status(org.springframework.http.HttpStatus status)
public ServiceException.Builder headers(org.springframework.http.HttpHeaders headers)
public ServiceException.Builder cause(Throwable cause)
public ServiceException build()
Copyright © 2022. All rights reserved.