Packages  This Package  Prev  Next  Index  

§1.61 Class UnsatisfiedLinkError

public  class  java.lang.UnsatisfiedLinkError
    extends  java.lang.LinkageError  (I-§1.53)
{
        // Constructors
    public UnsatisfiedLinkError();	§1.61.1
    public UnsatisfiedLinkError(String  s);	§1.61.2
}
Thrown if the The Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.


Constructors

UnsatisfiedLinkError

public UnsatisfiedLinkError()
Constructs an UnsatisfiedLinkError with no detail message.

UnsatisfiedLinkError

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

Packages  This Package  Prev  Next  Index
Java API Document (HTML generated by dkramer on April 22, 1996)
Copyright © 1996 Sun Microsystems, Inc. All rights reserved
Please send any comments or corrections to doug.kramer@sun.com