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
public class InjectionException
- extends RuntimeException
Indicates a problem relating to dependency injection.
- Author:
- Pete Muir
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InjectionException
public InjectionException()
InjectionException
public InjectionException(String message,
Throwable throwable)
InjectionException
public InjectionException(String message)
InjectionException
public InjectionException(Throwable throwable)
Copyright © 2008-2012 JBoss by Red Hat, Inc.. All Rights Reserved.