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