Package java.lang

Class UnsatisfiedLinkError

  • All Implemented Interfaces:
    Serializable

    public class UnsatisfiedLinkError
    extends LinkageError
    Thrown when an attempt is made to invoke a native for which an implementation could not be found.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsatisfiedLinkError

        public UnsatisfiedLinkError()
        Constructs a new UnsatisfiedLinkError that includes the current stack trace.
      • UnsatisfiedLinkError

        public UnsatisfiedLinkError​(String detailMessage)
        Constructs a new UnsatisfiedLinkError with the current stack trace and the specified detail message.
        Parameters:
        detailMessage - the detail message for this exception.