public class VersionMismatchException extends Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| 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, toStringprivate static final long serialVersionUID
public VersionMismatchException()
public VersionMismatchException(@Nullable String msg)
msg - the exception messagepublic VersionMismatchException(@Nullable Throwable cause)
cause - the exception causeCopyright © 1999–2015. All rights reserved.