org.picocontainer.lifecycle
Class ReflectionLifecycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.picocontainer.PicoException
                  extended by org.picocontainer.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.

Author:
Paul Hammant, Mauro Talevi
See Also:
Serialized Form

Constructor Summary
protected ReflectionLifecycleException(String message, Throwable cause)
          Construct a new exception with the specified cause and the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.