public class VersionCompatibilityException extends RuntimeException
Constructor and Description |
---|
VersionCompatibilityException(VersionInfoDto clientVersionInfoDto,
VersionInfoDto serverVersionInfoDto,
String message) |
Modifier and Type | Method and Description |
---|---|
VersionInfoDto |
getClientVersionInfoDto() |
VersionInfoDto |
getServerVersionInfoDto() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VersionCompatibilityException(VersionInfoDto clientVersionInfoDto, VersionInfoDto serverVersionInfoDto, String message)
public VersionInfoDto getClientVersionInfoDto()
public VersionInfoDto getServerVersionInfoDto()
Copyright © 2013–2019. All rights reserved.