org.picocontainer
public class PicoInstantiationException extends PicoInitializationException
Deprecated: since 1.2; it was actually not instantiated anywhere
Subclass of 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.Since: 1.0
Constructor Summary | |
---|---|
protected | PicoInstantiationException(String message, Throwable cause)
Construct a new exception with the specified cause and the specified detail message.
|
Deprecated: since 1.2; it was actually not instantiated anywhere
Construct a new exception with the specified cause and the specified detail message.Parameters: message the message detailing the exception. cause the exception that caused this one.