Serializable
public class InjectionException extends RuntimeException
Constructor | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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)