@Provider public class NoSuchElementProvider extends Object implements javax.ws.rs.ext.ExceptionMapper<NoSuchElementException>
NoSuchElementException to a Response HTTP Status of 404 (not found).| Constructor and Description | 
|---|
NoSuchElementProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
javax.ws.rs.core.Response | 
toResponse(NoSuchElementException exception)  | 
public javax.ws.rs.core.Response toResponse(NoSuchElementException exception)
toResponse in interface javax.ws.rs.ext.ExceptionMapper<NoSuchElementException>Copyright © 2021. All rights reserved.