1: package java.lang; 2: 3: public class LinkageError extends Error { 4: public LinkageError() { 5: } 6: 7: public LinkageError(String s) { 8: } 9: }