| Package | Description |
|---|---|
| org.apache.servicecomb.swagger.invocation | |
| org.apache.servicecomb.swagger.invocation.exception |
| Modifier and Type | Method and Description |
|---|---|
static Response |
Response.createFail(InvocationException exception) |
static Response |
Response.failResp(InvocationException e) |
| Modifier and Type | Method and Description |
|---|---|
static InvocationException |
ExceptionFactory.convertConsumerException(Throwable e) |
static InvocationException |
ExceptionFactory.convertConsumerException(Throwable e,
String errorMsg) |
static InvocationException |
ExceptionFactory.convertProducerException(Throwable e) |
static InvocationException |
ExceptionFactory.convertProducerException(Throwable e,
String errorMsg) |
static InvocationException |
ExceptionFactory.create(javax.ws.rs.core.Response.StatusType status,
Object exceptionOrErrorData) |
static InvocationException |
ExceptionFactory.createConsumerException(Object errorData) |
static InvocationException |
ExceptionFactory.createProducerException(Object errorData) |
| Modifier and Type | Method and Description |
|---|---|
Class<InvocationException> |
InvocationExceptionToProducerResponseConverter.getExceptionClass() |
| Modifier and Type | Method and Description |
|---|---|
Response |
InvocationExceptionToProducerResponseConverter.convert(SwaggerInvocation swaggerInvocation,
InvocationException e) |
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.