org.picocontainer.gems.util
Class InvocationTargetRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.picocontainer.PicoException
org.picocontainer.gems.util.InvocationTargetRuntimeException
- All Implemented Interfaces:
- Serializable
public class InvocationTargetRuntimeException
- extends PicoException
Runtime Exception version of
InvocationTargetException
.
- Author:
- Michael Rimov
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvocationTargetRuntimeException
public InvocationTargetRuntimeException()
InvocationTargetRuntimeException
public InvocationTargetRuntimeException(String message)
- Parameters:
message
-
InvocationTargetRuntimeException
public InvocationTargetRuntimeException(Throwable cause)
- Parameters:
cause
-
InvocationTargetRuntimeException
public InvocationTargetRuntimeException(String message,
Throwable cause)
- Parameters:
message
- cause
-
Copyright © 2003-2010 Codehaus. All Rights Reserved.