public class InvocationException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Java serialization version.
|
| Constructor and Description |
|---|
InvocationException(InvocationTargetException e)
Create invocation exception with given target exception.
|
InvocationException(Throwable cause)
Create invocation exception with given cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public InvocationException(InvocationTargetException e)
e - source target exception.public InvocationException(Throwable cause)
cause - exception root cause.Copyright © 2018. All rights reserved.