public class InvocationException
extends java.lang.Exception
NoSuchMethodException
IllegalAccessException
IllegalArgumentException
InvocationTargetException
a její kauzou bude ta vyvolaná výjimka
Method.invoke(java.lang.Object, java.lang.Object...)
,
Serialized FormConstructor and Description |
---|
InvocationException()
Creates a new instance of
InvocationException without detail
message. |
InvocationException(java.lang.String msg)
Constructs an instance of
InvocationException with the
specified detail message. |
InvocationException(java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of
InvocationException with the
specified detail message and cause. |
InvocationException(java.lang.Throwable cause)
Constructs an instance of
InvocationException with the
specified cause. |
public InvocationException()
InvocationException
without detail
message.public InvocationException(java.lang.String msg)
InvocationException
with the
specified detail message.msg
- the detail message.public InvocationException(java.lang.String message, java.lang.Throwable cause)
InvocationException
with the
specified detail message and cause.message
- the detail message.cause
- the cause.public InvocationException(java.lang.Throwable cause)
InvocationException
with the
specified cause.cause
- the cause.