java.lang.Object | +----java.lang.Throwable | +----java.lang.Error | +----java.lang.LinkageError | +----java.lang.UnsatisfiedLinkError
Thrown if the Java Virtual Machine cannot find an appropriate
native-language definition of a method declared native
.
UnsatisfiedLinkError
with no detail message.
UnsatisfiedLinkError
with the
specified detail message.
public UnsatisfiedLinkError()
UnsatisfiedLinkError
with no detail message.
public UnsatisfiedLinkError(String s)
UnsatisfiedLinkError
with the
specified detail message.