public class UnsatisfiedLinkError extends LinkageError
| Constructor and Description |
|---|
UnsatisfiedLinkError()
Constructs a new
UnsatisfiedLinkError that includes the current
stack trace. |
UnsatisfiedLinkError(String detailMessage)
Constructs a new
UnsatisfiedLinkError with the current stack
trace and the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsatisfiedLinkError()
UnsatisfiedLinkError that includes the current
stack trace.public UnsatisfiedLinkError(String detailMessage)
UnsatisfiedLinkError with the current stack
trace and the specified detail message.detailMessage - the detail message for this exception.