Class IgnoringErrorService

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

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

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.

Author:
David Matejcek