public final class JerseyErrorService
extends java.lang.Object
implements org.glassfish.hk2.api.ErrorService
Modifier and Type | Class and Description |
---|---|
static class |
JerseyErrorService.Binder
Binder for the Jersey implementation of HK2
ErrorService contract. |
Constructor and Description |
---|
JerseyErrorService() |
Modifier and Type | Method and Description |
---|---|
void |
onFailure(org.glassfish.hk2.api.ErrorInformation error) |
private java.lang.String |
printStackTrace(java.lang.Throwable t) |
public void onFailure(org.glassfish.hk2.api.ErrorInformation error) throws org.glassfish.hk2.api.MultiException
onFailure
in interface org.glassfish.hk2.api.ErrorService
org.glassfish.hk2.api.MultiException
private java.lang.String printStackTrace(java.lang.Throwable t)