Module jdk.dynalink
Package jdk.dynalink

Class NoSuchDynamicMethodException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jdk.dynalink.NoSuchDynamicMethodException
All Implemented Interfaces:
Serializable

public class NoSuchDynamicMethodException extends RuntimeException
Thrown at the invocation if the call site can not be linked by any available GuardingDynamicLinker.
Since:
9
See Also: