org.marketcetera.client
Class IncompatibleComponentsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.marketcetera.util.except.I18NException
org.marketcetera.client.IncompatibleComponentsException
- All Implemented Interfaces:
- Serializable, I18NThrowable
public class IncompatibleComponentsException
- extends I18NException
Represents errors encountered by the client when communicating with
an incompatible server.
- Since:
- 2.1.0
- Version:
- $Id: IncompatibleComponentsException.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- tlerios@marketcetera.com
- See Also:
- Serialized Form
IncompatibleComponentsException
public IncompatibleComponentsException(I18NBoundMessage message,
String serverVersion)
- Constructs a new exception with the given message and referring
to a server with the given version.
- Parameters:
message - The message.serverVersion - The version.
getServerVersion
public String getServerVersion()
- Returns the receiver's server version.
- Returns:
- The version.
Copyright © 2012. All Rights Reserved.