public class CreationException extends InjectionException
Indicates that a checked exception was thrown during creation of a bean.
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
CreationException() |
CreationException(java.lang.String message) |
CreationException(java.lang.String message,
java.lang.Throwable cause) |
CreationException(java.lang.Throwable cause) |
private static final long serialVersionUID