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:
- 
Constructor SummaryConstructorsConstructorDescriptionNoSuchDynamicMethodException(String message) Creates a new NoSuchDynamicMethodException
- 
Method SummaryMethods declared in class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
NoSuchDynamicMethodExceptionCreates a new NoSuchDynamicMethodException- Parameters:
- message- the message of the exception.
 
 
-