Class InjectionException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CreationException, IllegalProductException, ResolutionException

public class InjectionException extends RuntimeException
Indicates a problem relating to dependency injection.
See Also:
  • Constructor Details

    • InjectionException

      public InjectionException()
    • InjectionException

      public InjectionException(String message, Throwable throwable)
    • InjectionException

      public InjectionException(String message)
    • InjectionException

      public InjectionException(Throwable throwable)