public class

InjectionException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ javax.enterprise.inject.InjectionException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Indicates a problem relating to dependency injection.

Summary

Public Constructors
InjectionException()
InjectionException(String message, Throwable throwable)
InjectionException(String message)
InjectionException(Throwable throwable)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public InjectionException ()

public InjectionException (String message, Throwable throwable)

public InjectionException (String message)

public InjectionException (Throwable throwable)