Module java.base

Class InvocationTargetException

java.lang.Object
All Implemented Interfaces:
Serializable

public class InvocationTargetException extends ReflectiveOperationException
InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.
Since:
1.1
See Also: