public class WarningEventArgs extends Object
Constructor and Description |
---|
WarningEventArgs(String channelId,
String reason)
Constructor.
|
WarningEventArgs(String channelId,
String reason,
Exception exception)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getChannelId()
CME Market Data Feed Channel ID.
|
Exception |
getException()
Exception which raises error.
|
String |
getReason()
Error description.
|
String |
toString()
Convert object to string representation.
|
public WarningEventArgs(String channelId, String reason, Exception exception)
channelId
- CME Market Data Feed Channel IDreason
- error descriptionexception
- exception which raises errorpublic String getReason()
public Exception getException()
public final String getChannelId()
Copyright © 2010–2020 Onix Solutions. All rights reserved.