public class java.lang
UnsatisfiedLinkError


Show All Login
Java SE 6
  
Extends: Throwable > Error > LinkageError
Details
Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.
version1.22, 11/17/05
sinceJDK1.0
See also java.lang.Runtime

Constructors
public UnsatisfiedLinkError()
Constructs an UnsatisfiedLinkError with no detail message.
public UnsatisfiedLinkError(String s) Details
Constructs an UnsatisfiedLinkError with the specified detail message.
sthe detail message.