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