public class IncompatibleComponentsException extends I18NException
| Constructor and Description |
|---|
IncompatibleComponentsException(I18NBoundMessage message,
String serverVersion)
Constructs a new exception with the given message and referring
to a server with the given version.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getServerVersion()
Returns the receiver's server version.
|
equals, getDetail, getI18NBoundMessage, getLocalizedDetail, getLocalizedMessage, hashCodeaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCause, getMessagepublic IncompatibleComponentsException(I18NBoundMessage message, String serverVersion)
message - The message.serverVersion - The version.public String getServerVersion()
Copyright © 2015. All Rights Reserved.