org.picocontainer
public class PicoIntrospectionException extends PicoException
Since: 1.0
Constructor Summary | |
---|---|
PicoIntrospectionException(String message)
Construct a new exception with no cause and the specified detail message. | |
protected | PicoIntrospectionException(Throwable cause)
Construct a new exception with the specified cause and no detail message.
|
PicoIntrospectionException(String message, Throwable cause)
Construct a new exception with the specified cause and the specified detail message.
|
Parameters: message the message detailing the exception.
Parameters: cause the exception that caused this one.
Parameters: message the message detailing the exception. cause the exception that caused this one.