java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jdk.dynalink.NoSuchDynamicMethodException
- All Implemented Interfaces:
 Serializable
Thrown at the invocation if the call site can not be linked by any available 
GuardingDynamicLinker.- See Also:
 - Serialized Form
 
- 
Constructor Summary
ConstructorsConstructorDescriptionNoSuchDynamicMethodException(String message)Creates a new NoSuchDynamicMethodException - 
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NoSuchDynamicMethodException
Creates a new NoSuchDynamicMethodException- Parameters:
 message- the message of the exception.
 
 -