Class InjectionException

All Implemented Interfaces:
Serializable

public class InjectionException extends RuntimeException
An exception thrown by an InjectionProvider. For example, this exception is thrown when a value should be injected for a key that is not provided, or a value should be provided for a key that is already provided within the same provider.
Since:
1.9
See Also: