Package jakarta.enterprise.inject
Class InjectionException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- jakarta.enterprise.inject.InjectionException
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 CreationException,IllegalProductException,ResolutionException
public class InjectionException extends RuntimeException
Indicates a problem relating to dependency injection.- Author:
 - Pete Muir
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InjectionException()InjectionException(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 
 - 
 
 -