java.lang.Object | +--java.lang.Throwable | +--java.lang.Error | +--java.lang.LinkageError | +--java.lang.UnsatisfiedLinkError
Untamed: Thrown if the Java Virtual Machine cannot find an appropriate
native-language definition of a method declared native.
java.lang.Runtime,
Serialized FormUnsatisfiedLinkError(String s)
UnsatisfiedLinkError with the
specified detail message.
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap
public UnsatisfiedLinkError()
UnsatisfiedLinkError with no detail message.
public UnsatisfiedLinkError(String s)
UnsatisfiedLinkError with the
specified detail message.
s - the detail message.