org.glassfish.jersey.internal
Class JerseyErrorService
java.lang.Object
org.glassfish.jersey.internal.JerseyErrorService
- All Implemented Interfaces:
- org.glassfish.hk2.api.ErrorService
public final class JerseyErrorService
- extends Object
- implements org.glassfish.hk2.api.ErrorService
Jersey implementation of HK2 Error Service to provide improved reporting
of HK2 issues, that may be otherwise hidden (ignored).
- Author:
- Marek Potociar (marek.potociar at oracle.com)
Nested Class Summary |
static class |
JerseyErrorService.Binder
HK2 Binder for the Jersey implementation of HK2 ErrorService contract. |
Method Summary |
void |
onFailure(org.glassfish.hk2.api.ErrorInformation error)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JerseyErrorService
public JerseyErrorService()
onFailure
public void onFailure(org.glassfish.hk2.api.ErrorInformation error)
throws org.glassfish.hk2.api.MultiException
- Specified by:
onFailure
in interface org.glassfish.hk2.api.ErrorService
- Throws:
org.glassfish.hk2.api.MultiException
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.