public class InjectionException extends RuntimeException
Constructor and Description |
---|
InjectionException(Class<?> clazz,
String message) |
InjectionException(Class<?> clazz,
String message,
Throwable cause) |
InjectionException(Class<?> clazz,
Throwable cause) |
InjectionException(Injector.Key<?> key,
String message) |
InjectionException(Injector.Key<?> key,
String message,
Throwable cause) |
InjectionException(Injector.Key<?> key,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InjectionException(Injector.Key<?> key, String message, Throwable cause)
public InjectionException(Injector.Key<?> key, String message)
public InjectionException(Injector.Key<?> key, Throwable cause)