@Provider
@Singleton
public class ApplicationExceptionMapper
extends java.lang.Object
implements javax.ws.rs.ext.ExceptionMapper<com.netflix.conductor.core.execution.ApplicationException>
| Constructor and Description |
|---|
ApplicationExceptionMapper(com.netflix.conductor.core.config.Configuration config) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
toResponse(com.netflix.conductor.core.execution.ApplicationException e) |