public class UnsupportedClassVersionError extends ClassFormatError
| Constructor and Description |
|---|
UnsupportedClassVersionError()
Constructs a new
UnsupportedClassVersionError that includes the
current stack trace. |
UnsupportedClassVersionError(String detailMessage)
Constructs a new
UnsupportedClassVersionError with the current
stack trace and the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedClassVersionError()
UnsupportedClassVersionError that includes the
current stack trace.public UnsupportedClassVersionError(String detailMessage)
UnsupportedClassVersionError with the current
stack trace and the specified detail message.detailMessage - the detail message for this exception.