public class PicoInstantiationException extends PicoInitializationException
PicoException that is thrown when there is a problem creating an instance of a container or some
other part of the PicoContainer api, for example, when an invocation through the reflection api fails.| Modifier | Constructor and Description |
|---|---|
protected |
PicoInstantiationException(java.lang.String message,
java.lang.Throwable cause)
Deprecated.
since 1.2; it was actually not instantiated anywhere
|
getCause, printStackTrace, printStackTrace, printStackTraceprotected PicoInstantiationException(java.lang.String message,
java.lang.Throwable cause)
message - the message detailing the exception.cause - the exception that caused this one.