org.picocontainer.gems.lifecycle
Class ReflectionLifecycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.picocontainer.gems.lifecycle.ReflectionLifecycleException
- All Implemented Interfaces:
- Serializable
public class ReflectionLifecycleException
- extends PicoException
Subclass of PicoException
that is thrown when there is a problem
invoking lifecycle methods via reflection.
- Since:
- 1.2
- Version:
- $Revision: 1.3 $
- Author:
- Paul Hammant, Mauro Talevi
- See Also:
- Serialized Form
ReflectionLifecycleException
protected ReflectionLifecycleException(String message,
Throwable cause)
- 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.
Copyright © 2003-2010 Codehaus. All Rights Reserved.