org.marketcetera.saclient
Class ConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.marketcetera.util.except.I18NException
org.marketcetera.saclient.ConnectionException
- All Implemented Interfaces:
- Serializable, I18NThrowable
public class ConnectionException
- extends I18NException
Instances of this exception are thrown when errors are encountered
when initializing a connection to the remote strategy agent.
- Since:
- 2.0.0
- Version:
- $Id: ConnectionException.java 16154 2012-07-14 16:34:05Z colin $
- Author:
- anshul@marketcetera.com
- See Also:
- Serialized Form
ConnectionException
public ConnectionException(Throwable cause,
I18NBoundMessage message)
- Creates a new instance.
- Parameters:
cause - the underlying cause.message - the i18n message.
ConnectionException
public ConnectionException(I18NBoundMessage message)
- Creates a new instance.
- Parameters:
message - the i18n message.
Copyright © 2012. All Rights Reserved.