public class ErrorEventArgs extends Object
Constructor and Description |
---|
ErrorEventArgs(String channelId,
String reason)
Constructor.
|
ErrorEventArgs(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.
|
void |
setReason(String reason)
Error description.
|
String |
toString()
Convert object to string representation.
|
public ErrorEventArgs(String channelId, String reason, Exception exception)
channelId
- CME Market Data Feed Channel IDreason
- error descriptionexception
- exception which raises errorpublic final String getReason()
public final void setReason(String reason)
reason
- Error description.public final Exception getException()
public final String getChannelId()
Copyright © 2010–2020 Onix Solutions. All rights reserved.