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.- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description NoSuchDynamicMethodException(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.
 
 
-