public class CustomerNotFoundMapper extends Object implements javax.ws.rs.ext.ExceptionMapper<CustomerNotFoundException>
| Constructor and Description |
|---|
CustomerNotFoundMapper() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
toResponse(CustomerNotFoundException ex) |
public javax.ws.rs.core.Response toResponse(CustomerNotFoundException ex)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<CustomerNotFoundException>Copyright © 2025 WSO2. All rights reserved.