Module jdk.dynalink
Package jdk.dynalink

Class 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:
  • Constructor Details

    • NoSuchDynamicMethodException

      public NoSuchDynamicMethodException(String message)
      Creates a new NoSuchDynamicMethodException
      Parameters:
      message - the message of the exception.