public class InvocationTargetRuntimeException extends PicoException
InvocationTargetException.| Constructor and Description |
|---|
InvocationTargetRuntimeException() |
InvocationTargetRuntimeException(String message) |
InvocationTargetRuntimeException(String message,
Throwable cause) |
InvocationTargetRuntimeException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvocationTargetRuntimeException()
public InvocationTargetRuntimeException(String message)
message - public InvocationTargetRuntimeException(Throwable cause)
cause - public InvocationTargetRuntimeException(String message, Throwable cause)
message - cause - Copyright © 2003-2014 Codehaus. All Rights Reserved.