Package javax.enterprise.inject
Class InjectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.enterprise.inject.InjectionException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 CreationException,IllegalProductException,ResolutionException
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionInjectionException(String message) InjectionException(String message, Throwable throwable) InjectionException(Throwable throwable)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InjectionException
public InjectionException() - 
InjectionException
 - 
InjectionException
 - 
InjectionException
 
 -