public class InvalidMethodSignatureException extends ClassFormatException
| Constructor and Description |
|---|
InvalidMethodSignatureException(String signature)
Constructs a new instance with the specified invalid signature as the message.
|
InvalidMethodSignatureException(String signature,
Throwable cause)
Constructs a new instance with the specified invalid signature as the message and a cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidMethodSignatureException(String signature)
signature - The invalid signature is saved for later retrieval by the Throwable.getMessage() method.public InvalidMethodSignatureException(String signature, Throwable cause)
signature - The invalid signature is saved for later retrieval by the Throwable.getMessage() method.cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). A null value is permitted, and indicates that
the cause is nonexistent or unknown.Copyright © 2004–2025 The Apache Software Foundation. All rights reserved.