Class RethrowErrorService

java.lang.Object
org.glassfish.hk2.utilities.RethrowErrorService
All Implemented Interfaces:
ErrorService

@Singleton public class RethrowErrorService extends Object implements ErrorService
This is an implementation of ErrorService that simply rethrows the exception caught.

By default HK2 ignores errors caught during a lookup operation. This service will make these errors get thrown up to the caller of the lookup operation.

Do not use this service in secure applications where callers to lookup should not be given the information that they do NOT have access to a service.