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, toString
public VersionMismatchException()
public VersionMismatchException(@Nullable String msg)
msg
- the exception messagepublic VersionMismatchException(@Nullable Throwable cause)
cause
- the exception causeCopyright © 2019. All rights reserved.