public class VersionMismatchException extends Exception
| Constructor and Description |
|---|
VersionMismatchException()
Constructor.
|
VersionMismatchException(String msg)
Constructor.
|
VersionMismatchException(String message,
Throwable cause)
Constructor.
|
VersionMismatchException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VersionMismatchException()
public VersionMismatchException(@Nullable String msg)
msg - the exception messagepublic VersionMismatchException(@Nullable Throwable cause)
cause - the exception causeCopyright © 2021. All rights reserved.