public class UnsatisfiedLinkError extends LinkageError
native.
Runtime,
Serialized Form
| Constructor and Description |
|---|
UnsatisfiedLinkError()
Constructs an
UnsatisfiedLinkError with no detail message.
|
UnsatisfiedLinkError(String
Constructs an
UnsatisfiedLinkError with the specified detail message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsatisfiedLinkError()
UnsatisfiedLinkError with no detail message.
public UnsatisfiedLinkError(Strings)
UnsatisfiedLinkError with the specified detail message.
s - the detail message.