Packages  This Package  Prev  Next  Index  

§1.59 Class UnsatisfiedLinkError

public class java.lang.UnsatisfiedLinkError
    extends java.lang.LinkageError (§1.51)
{
    public UnsatisfiedLinkError();	§1.59.1
    public UnsatisfiedLinkError(String s);	§1.59.2
}
The Java runtime throws an instance of this class if it 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