public class InjectionException extends RuntimeException
| Constructor and Description |
|---|
InjectionException()
Constructor.
|
InjectionException(String message)
Constructor.
|
InjectionException(String message,
Throwable cause)
Constructor.
|
InjectionException(Throwable cause)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
rethrow(Exception reason)
Rethrows Injection exception that will wrap passed reason.
|
static void |
rethrow(String message,
Exception reason)
Rethrows Injection exception that will wrap passed reason.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InjectionException()
public InjectionException(String message)
message - public InjectionException(Throwable cause)
cause - public static void rethrow(Exception reason)
reason - to wrap.Copyright © 2015 JBoss, by Red Hat. All rights reserved.