public class UnsatisfiedLinkError extends LinkageError
UnsatisfiedLinkError is thrown if an appropriate
native language definition of a method declared native
cannot be found by the Java Virtual Machine.Runtime,
Serialized Form| Constructor and Description |
|---|
UnsatisfiedLinkError()
Create an error without a message.
|
UnsatisfiedLinkError(String s)
Create an error with a message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsatisfiedLinkError()
public UnsatisfiedLinkError(String s)
s - the message