public class LinkageError extends Error
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.| Constructor | Description | 
|---|---|
LinkageError() | 
 Constructs a  
LinkageError with no detail message. | 
LinkageError(String s) | 
 Constructs a  
LinkageError with the specified detail
 message. | 
LinkageError(String s,
            Throwable cause) | 
 Constructs a  
LinkageError with the specified detail
 message and cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LinkageError()
LinkageError with no detail message.public LinkageError(String s)
LinkageError with the specified detail
 message.s - the detail message. Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2025, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.