Module java.base
Package java.lang

Class UnsatisfiedLinkError

  • All Implemented Interfaces:
    Serializable

    public classUnsatisfiedLinkErrorextendsLinkageError
    Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declarednative.
    Since:
    1.0
    See Also:
    Runtime,Serialized Form
    • Constructor Detail

      • UnsatisfiedLinkError

        public UnsatisfiedLinkError()
        Constructs anUnsatisfiedLinkError with no detail message.
      • UnsatisfiedLinkError

        public UnsatisfiedLinkError​(String s)
        Constructs anUnsatisfiedLinkError with the specified detail message.
        Parameters:
        s - the detail message.