java.lang

Class UnsatisfiedLinkError

public class UnsatisfiedLinkError extends LinkageError

A UnsatisfiedLinkError is thrown if an appropriate native language definition of a method declared native cannot be found by the Java Virtual Machine.

See Also: Runtime

UNKNOWN: updated to 1.4

Constructor Summary
UnsatisfiedLinkError()
Create an error without a message.
UnsatisfiedLinkError(String s)
Create an error with a message.

Constructor Detail

UnsatisfiedLinkError

public UnsatisfiedLinkError()
Create an error without a message.

UnsatisfiedLinkError

public UnsatisfiedLinkError(String s)
Create an error with a message.

Parameters: s the message