@Provider public abstract class LoggingExceptionMapper<E extends Throwable> extends Object implements javax.ws.rs.ext.ExceptionMapper<E>
| Constructor and Description |
|---|
LoggingExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
formatErrorMessage(long id,
E exception) |
protected String |
formatLogMessage(long id,
Throwable exception) |
protected long |
logException(E exception) |
protected void |
logException(long id,
E exception) |
javax.ws.rs.core.Response |
toResponse(E exception) |
Copyright © 2018. All rights reserved.