public class ReflectionLifecycleException
extends org.picocontainer.PicoException
PicoException
that is thrown when there is a problem
invoking lifecycle methods via reflection.Modifier | Constructor and Description |
---|---|
protected |
ReflectionLifecycleException(java.lang.String message,
java.lang.Throwable cause)
Construct a new exception with the specified cause and the specified detail message.
|
getCause, printStackTrace, printStackTrace, printStackTrace
protected ReflectionLifecycleException(java.lang.String message, java.lang.Throwable cause)
message
- the message detailing the exception.cause
- the exception that caused this one.