Subclasses of LinkageError indicate that a class has
some dependency on another class; however, the latter class has
incompatibly changed after the compilation of the former class.
version: 1.10, 02/02/00 since: JDK1.0
Constructor Summary
public
LinkageError() Constructs a LinkageError with no detail message.
public
LinkageError(String s) Constructs a LinkageError with the specified detail
message.