public class BaseEndpoint extends Object
| Constructor and Description |
|---|
BaseEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onError(javax.ws.rs.WebApplicationException exception)
Called when the internal request handler raises an exception.
|
protected void onError(javax.ws.rs.WebApplicationException exception)
printStackTrace() of the given exception instance and does
nothing else. Override this method as necessary.exception - An exception thrown by the internal request handler.Copyright © 2016. All rights reserved.