Package org.glassfish.jersey.inject.hk2
Class JerseyErrorService
- java.lang.Object
-
- org.glassfish.jersey.inject.hk2.JerseyErrorService
-
- All Implemented Interfaces:
ErrorService
public final class JerseyErrorService extends Object implements ErrorService
Jersey implementation of HK2 Error Service to provide improved reporting of HK2 issues, that may be otherwise hidden (ignored).- Author:
- Marek Potociar
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJerseyErrorService.BinderBinder for the Jersey implementation of HK2ErrorServicecontract.
-
Constructor Summary
Constructors Constructor Description JerseyErrorService()
-
-
-
Method Detail
-
onFailure
public void onFailure(ErrorInformation error) throws MultiException
- Specified by:
onFailurein interfaceErrorService- Throws:
MultiException
-
-