public class ReflectionLifecycleException extends PicoException
PicoException that is thrown when there is a problem
invoking lifecycle methods via reflection.| Modifier | Constructor and Description |
|---|---|
protected |
ReflectionLifecycleException(String message,
Throwable cause)
Construct a new exception with the specified cause and the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected ReflectionLifecycleException(String message, Throwable cause)
message - the message detailing the exception.cause - the exception that caused this one.Copyright © 2003-2014 Codehaus. All Rights Reserved.